Project

General

Profile

0001-personnes-preventing-form-autofilling-on-users-updat.patch

Serghei Mihai, 03 October 2014 04:34 PM

Download (864 Bytes)

View differences:

Subject: [PATCH] personnes: preventing form autofilling on users update form

Closes #5452
 calebasse/personnes/templates/personnes/simple-form.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
calebasse/personnes/templates/personnes/simple-form.html
{% endblock %}
{% block content %}
<form method="post">
<form method="post" autocomplete="off">
<div id="form-content">
{% csrf_token %}
{{ form.as_p }}