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 69ee992131
commit a19d5d94a6

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>