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-Django.
[auf_paf.git]
/
paf0
/
templates
/
registration
/
password_change_form.html
1
{% if user.is_superuser %}
2
{% include 'registration/password_change_form_admin.html' %}
3
{% elif user.first_name == 'student' %}
4
{% include 'registration/password_change_form_student.html' %}
5
{% else %}
6
You do not have permission to change password!
7
{% endif %}