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

{% block content %}
<div class='info'>
<p>{% trans "Password reset successfully" %}</p>

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