Merge branch 'bug/13917' into release/0.10.2
[ganeti_webmgr.git] / ganeti_web / templates / registration / password_reset_done.html
blob4f1b97cc3795416d1997fee143a24df01a9a06c5
1 {% extends "no_menu_base.html" %}
2 {% load i18n %}
3 {% block content %}
4 <h1>{% trans "Email Sent" %}</h1>
5 <p>{% blocktrans %}An email has been sent containing instructions on resetting your password. Please
6 check your inbox.{% endblocktrans %}</p>
7 {% endblock %}