Files
mayan-edms/mayan/apps/main/templates/main/password_change_done.html
2014-08-26 02:44:49 -04:00

10 lines
222 B
HTML

{% extends 'main/base.html' %}
{% load i18n %}
{% block title %} :: {% trans 'Password change' %}{% endblock %}
{% block content %}
<h2>{% trans 'Your password has been successfully changed.' %}</h2>
{% endblock %}