From: Diane Trout Date: Thu, 8 Sep 2011 22:22:56 +0000 (-0700) Subject: Django 1.1's csrf protection appears to be handled in the middleware component. X-Git-Tag: 0.5.3^0 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=13fd2633ccb80d0dfd655b50ad5d3d9c231fe3b0 Django 1.1's csrf protection appears to be handled in the middleware component. So remove the csrf_token tag until we upgrade --- 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 %} +