Merge branch 'bug/13917' into release/0.10.2
[ganeti_webmgr.git] / ganeti_web / templates / registration / password_reset_complete.html
blob497b3ded1a158ffc057d7f34a395c80274bf3786
1 {% extends "no_menu_base.html" %}
2 {% load i18n %}
3 {% block content %}
4 <div id="passwordreset3">
5 <h1>{% trans "Password Reset Complete" %}</h1>
6 <p>{% blocktrans %}Your password was successfully reset.
7 You may login {% endblocktrans %}<a href="{% url auth_login %}">{% trans "here" %}</a>.</p>
8 </div>
9 {% endblock %}