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
6 6
{% endblock %}
7 7

  
8 8
{% block content %}
9
    <form method="post">
9
    <form method="post" autocomplete="off">
10 10
      <div id="form-content">
11 11
        {% csrf_token %}
12 12
        {{ form.as_p }}
13
-