From 00d28d26cf1f799c0d0349771bc09c17371bcac0 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 26 Aug 2011 15:41:03 +0100 Subject: [PATCH] Added missing CSRF tokens --- app/groups/templates/groups/create_request.html | 1 + app/sso/templates/sso/lookup/userlookup.html | 1 + 2 files changed, 2 insertions(+) diff --git a/app/groups/templates/groups/create_request.html b/app/groups/templates/groups/create_request.html index 042c369..51b3a28 100644 --- a/app/groups/templates/groups/create_request.html +++ b/app/groups/templates/groups/create_request.html @@ -6,6 +6,7 @@

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

+{% csrf_token %} {{ form.as_table }}
diff --git a/app/sso/templates/sso/lookup/userlookup.html b/app/sso/templates/sso/lookup/userlookup.html index e4e3b55..5b2d9f9 100644 --- a/app/sso/templates/sso/lookup/userlookup.html +++ b/app/sso/templates/sso/lookup/userlookup.html @@ -5,6 +5,7 @@ {% block content %}

User Lookup

+{% csrf_token %} {{ form.as_table }}