Files
thetempusproject/app/views/email/confirmation_resend.html
2024-08-04 21:15:59 -04:00

6 lines
430 B
HTML

<form action="" method="post" class="form-horizontal">
<p>Please click the resend button to resend your email confirmation. Don't forget to check the spam folder!</p>
<input type="hidden" name="resendConfirmation" value="true">
<input type="hidden" name="token" value="{TOKEN}">
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-primary center-block">Resend Confirmation</button><br>
</form>