Files
P42_UI/app/views/projects/bypass/dialogs/BypassTokenRevokeDialog.html
T
2025-08-27 07:03:09 +00:00

14 lines
727 B
HTML

<div class="fasttracks ">
<section class="explanation">
<alert eicalert danger>Please be aware that you are about to revoke an awarded token.</alert>
</section>
<section class="agreement">
<input type="hidden" name="track" value="" />
<input type="hidden" name="domain" value="" />
<textarea data-path="justification" eictextarea maxlen="200" class="required"
hint="No more than 200 characters please."
placeholder="Please explain why you are removing this company for the EIC Accelerator"></textarea>
<input eiccheckbox type="checkbox" name="agreed" data-type="ignore" value="yes" label="I understand" />
</section>
</div>