Add CSRF protection to all templates

This commit is contained in:
2010-11-05 17:02:00 +00:00
parent 3505ed5d96
commit ab29b9653d
16 changed files with 16 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ below.</p>
<form action="{% url sso.views.service_reset serviceid %}" method="post">
<table>
{{ form.as_table }}
{% csrf_token %}
</table>
<br />
<input type="submit" value="Reset Account" />