mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 14:19:28 +00:00
Add CSRF protection to all templates
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user