Skip to content

Commit

Permalink
Add more instructions to the resend page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Cross committed Sep 21, 2015
1 parent d98bd1f commit 25abf6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Kinza/views/resend.tt
Expand Up @@ -3,6 +3,8 @@
<p>Press the button below to resend the verification email to
[% student.email %].</p>
<p>You can change the email address before sending the email.</p>
<p><b>Note:</b> If you change your email address, then you will need to use
this new email address to log in to the site in the future.</p>
<form method="POST" action="/resend">
<div class="form-group">
<label for="email" class="col-sm-2 control-label">Email:</label>
Expand All @@ -15,4 +17,4 @@
<button type="submit" class="btn btn-default">Send email</button>
</div>
</div>
</form>
</form>

0 comments on commit 25abf6a

Please sign in to comment.