login page text
[django_unres.git] / django_simple / authentication / templates / registration / password_reset_complete.html
1 {% extends "base.html" %}
2 {% load i18n %}
3
4 {% block content %}
5
6 <p>{% trans "Password reset successfully" %}</p>
7
8 <p><a href="{% url 'auth_login' %}">{% trans "Log in" %}</a></p>
9
10 {% endblock %}