projets
/
auf_paf.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Première version en Python.
[auf_paf.git]
/
paf0
/
paf0
/
templates
/
registration
/
password_change_done_student.html
Commit
Line
Data
0ba28d89
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 %}