mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-25 04:33:44 +00:00
12 lines
339 B
HTML
12 lines
339 B
HTML
{% load i18n %}
|
|
|
|
<div class="{{ fobi_theme.custom_data.page_header_html_class }}">
|
|
<h1>{% trans "Password reset" %}</h1>
|
|
</div>
|
|
|
|
<p>
|
|
{% blocktrans %}
|
|
We have sent you an email with a link to reset your password.
|
|
Please check your email and click the link to continue.
|
|
{% endblocktrans %}
|
|
</p>
|