Statistics
| Branch: | Tag: | Revision:

root / templates / registration / password_reset_complete.html @ 064ecc91

History | View | Annotate | Download (399 Bytes)

1
{% extends "base.html" %}
2
{% load i18n %}
3
{% block title %}{% trans "Password Reset Complete" %}{% endblock %}
4
{% block brcrmb_container %}{% endblock %}
5
{% block content %}
6
<div id="passwordreset3">
7
    <h3>{% trans "Password Reset Complete" %}</h3>
8
    <p>{% trans "Your password was successfully reset. You may login" %} <a href="{% url login %}">{% trans "here" %}</a>.</p>
9
</div>
10
{% endblock %}