From: Diane Trout Date: Thu, 13 Dec 2012 22:20:51 +0000 (-0800) Subject: Django 1.4 requires the csrf token for posts. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=f7462ecc98a09d90721cbb9a7651b5b7f1780da7 Django 1.4 requires the csrf token for posts. The old login form copied from django 1.1's admin directory was missing it. --- diff --git a/htsworkflow/frontend/templates/registration/login.html b/htsworkflow/frontend/templates/registration/login.html index 1f053df..2bf2456 100644 --- a/htsworkflow/frontend/templates/registration/login.html +++ b/htsworkflow/frontend/templates/registration/login.html @@ -16,6 +16,7 @@

Login

+ {% csrf_token %}