From 13fd2633ccb80d0dfd655b50ad5d3d9c231fe3b0 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Thu, 8 Sep 2011 15:22:56 -0700 Subject: [PATCH] Django 1.1's csrf protection appears to be handled in the middleware component. So remove the csrf_token tag until we upgrade --- htsworkflow/frontend/templates/registration/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/frontend/templates/registration/login.html b/htsworkflow/frontend/templates/registration/login.html index 1e46337..1f053df 100644 --- a/htsworkflow/frontend/templates/registration/login.html +++ b/htsworkflow/frontend/templates/registration/login.html @@ -15,7 +15,7 @@ {% endif %}

Login

-
{% csrf_token %} +
-- 2.30.2