projets
/
auf_paf.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Première version en Python.
[auf_paf.git]
/
paf0
/
paf0
/
templates
/
registration
/
password_change_done_student.html
1
{% extends
"base.html"
%}
2
{% load i18n %}
3
{% load url from future %}
4
5
6
{% block main %}
7
8
<h1>
{% trans 'Password change successful' %}
</h1>
9
10
<p>
{% trans 'Your password was changed.' %}
</p>
11
12
{% endblock %}