mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 14:19:28 +00:00
Added missing CSRF tokens
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
{% block content %}
|
||||
<h1>User Lookup</h1>
|
||||
<form action="{% url sso.views.user_lookup %}" method="post">
|
||||
{% csrf_token %}
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user