django-allauth-ens/allauth_ens/templates/account/password_reset_done.html

18 lines
396 B
HTML
Raw Permalink Normal View History

{% extends "allauth_ens/base.html" %}
2017-09-16 02:32:42 +02:00
{% load i18n %}
{% block title %}{% trans "Password Reset" %}{% endblock %}
{% block header-title %}{% trans "Password Reset" %}{% endblock %}
{% block content %}
<section>
<p>
{% blocktrans %}
We have sent you an e-mail. Please contact us if you do not receive it within a few minutes.
{% endblocktrans %}
</p>
</section>
{% endblock %}