aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_complete.html
blob: ef3637c7092ad68c982f5f17cd860b61bb023ae1 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}
{% load i18n %}

{% block content %}

<p>{% trans "Password reset successfully" %}</p>

<p><a href="{% url auth_login %}">{% trans "Log in" %}</a></p>

{% endblock %}