Bootstrap 5 continued + bugfixes
This commit is contained in:
10
app/views/confirmation_resend.html
Normal file
10
app/views/confirmation_resend.html
Normal file
@ -0,0 +1,10 @@
|
||||
<div class="container py-5 context-main-bg my-5 text-center">
|
||||
<h1 class="mb-4">Re-Send Confirmation</h1>
|
||||
<hr>
|
||||
<p>Please click the resend button to resend your email confirmation. Don't forget to check the spam folder!</p>
|
||||
<form action="" method="post" class="">
|
||||
<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>
|
||||
</div>
|
Reference in New Issue
Block a user