]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/auth/auth_settings.html
enabling the CSRF protection middleware and adding the {% csrf_token %} tag to the...
[osqa.git] / forum / skins / default / templates / auth / auth_settings.html
index 8b52019b2b24b80bce1487be226f70b277eaca68..969036d6c499650c900381ca809df8c95d6c6533 100644 (file)
@@ -27,6 +27,7 @@
 {% endif %}
 <div class="aligned">
        <form action="" method="post" accept-charset="utf-8">
+        {% csrf_token %}
         <ul id="changepw-form" class="form-horizontal-rows">
         {{form.as_ul}}
         </ul>