ojuso-map/ojusomap/templates/registration/password_reset_complete.html

11 lines
195 B
HTML
Raw Normal View History

2017-10-09 19:23:03 +00:00
{% 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 %}