mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 22:29:34 +00:00
Add CSRF protection to all templates
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
{% csrf_token %}
|
||||
<button type="submit">Confirm</button>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user