aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_complete.html
blob: 193eb74d75c30ffa673aa69e92ec909a165e4363 (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 "login" %}">{% trans "Log in" %}</a></p>

{% endblock %}