10 lines
389 B
HTML
10 lines
389 B
HTML
{% extends "registration/registration_base.html" %}
|
|
{% block title %}Password reset{% endblock %}
|
|
{% block doccontent %}
|
|
<p>
|
|
We've sent you an email with a link to reset your password. Please check
|
|
your email and click the link to continue.
|
|
</p>
|
|
<p>If you don't see the email soon, please check your spam folder and make sure accounts@gluejar.com is on your whitelist.</p>
|
|
{% endblock %}
|