mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Added missing CSRF tokens
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<p>Please fill in a reason why you like to be a member of this group and any supporting evidence as requested by the group adminship</p>
|
||||
|
||||
<form action="{% url groups.views.create_request groupid %}" method="post">
|
||||
{% csrf_token %}
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
|
||||
@@ -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