gva/gnuviechadmin/templates/account/password_reset_from_key_done.html

9 lines
301 B
HTML
Raw Normal View History

2015-01-17 23:08:41 +01:00
{% extends "account/base.html" %}
{% load i18n %}
{% block title %}{{ block.super }} - {% trans "Change Password" %}{% endblock title %}
{% block page_title %}{% trans "Change Password" %}{% endblock page_title %}
{% block content %}
<p>{% trans 'Your password is now changed.' %}</p>
{% endblock %}