Projet

Général

Profil

Télécharger (491 octets) Statistiques
| Branche: | Tag: | Révision:

calebasse / calebasse / templates / registration / password_change_done.html @ a1ea9330

1
{% extends "calebasse/base.html" %}
2
{% load i18n %}
3

    
4
{% load i18n static %}
5
{% block extrastyles %}
6
<link rel="stylesheet" type="text/css" href="{% static "css/accounts.css" %}" />
7
{% endblock extrastyles %}
8

    
9
{% block appbar %}
10
<h2>{% trans 'Password change' %}</h2>
11
    <a href="../../..">Retourner à l'accueil</a>
12
{% endblock %}
13

    
14
{% block title %}{% trans 'Password change successful' %}{% endblock %}
15

    
16
{% block content %}
17

    
18
<p>{% trans 'Your password was changed.' %}</p>
19

    
20
{% endblock %}
(2-2/3)