Revision 56374973
Added by Serghei Mihai about 9 years ago
calebasse/personnes/templates/personnes/acces-update.html | ||
---|---|---|
1 | 1 |
{% extends "personnes/simple-form.html" %} |
2 |
{% load static %} |
|
3 |
|
|
4 |
{% block extrascripts %} |
|
5 |
<script src="{% static "js/access.js" %}"></script> |
|
6 |
{{ block.super }} |
|
7 |
{% endblock %} |
|
2 | 8 |
|
3 | 9 |
{% block appbar %} |
4 | 10 |
<h2>Modifier l'accès {{ object }}</h2> |
Also available in: Unified diff
personnes: emptying email and password fields on user access manage page, to
avoid confusing user with browser stored data.
Closes #5452