ojuso-map/ojusomap/templates/registration/password_reset_complete.html
2017-10-09 20:23:03 +01:00

11 lines
195 B
HTML

{% 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 %}