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

7 lines
116 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>{% trans "Password changed" %}</p>
{% endblock %}