Adds link to return to index after forgot-password request.

This commit is contained in:
Johnny 2018-10-29 00:35:15 +00:00
parent 2eb04dcd20
commit d6879c3cef

View file

@ -25,6 +25,10 @@ Forgot Password - Reset Link Sent
<p>Please allow up to to a few hours for the email to transmit, and be
sure to check your spam folder if it doesn't show up in a timely manner.</p>
<hr />
<p><a href="{% url 'index' %}">Click here</a> to return to the main page.</p>
{% endif %}
</div>
</div>