summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/registration/password_reset_complete.html
blob: 053270f7851945844d384e99ca16cb35b1dce8bb (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 'login' %}">{% trans "Log in" %}</a></p>
</div>
{% endblock %}