personnes: preventing form autofilling on users update form

Closes #5452
This commit is contained in:
Serghei Mihai 2014-10-03 16:25:44 +02:00
parent 23e525bf69
commit d20ee7a9e4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{% endblock %}
{% block content %}
<form method="post">
<form method="post" autocomplete="off">
<div id="form-content">
{% csrf_token %}
{{ form.as_p }}