medor.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

password_change_done.html
text/html

Download raw (262 bytes)

{% extends "registration/registration_base.html" %}
{% load i18n %}

{% block title %}{% trans "Password changed" %}{% endblock %}

{% block content %}
<p>{% trans "Password successfully changed!" %}</p>
{% endblock %}


{# This is used by django.contrib.auth #}