aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_complete.html
blob: d9f3879c6be7751421b652478a6973d284e1f25c (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 %}