Django 1.4 requires the csrf token for posts.
authorDiane Trout <diane@caltech.edu>
Thu, 13 Dec 2012 22:20:51 +0000 (14:20 -0800)
committerDiane Trout <diane@caltech.edu>
Thu, 13 Dec 2012 22:20:51 +0000 (14:20 -0800)
commitf7462ecc98a09d90721cbb9a7651b5b7f1780da7
tree618da95ddb201bb1496b5ce9666b7c91cdb4dc2f
parentbb26a3614b9930c7231a86ac93100fc4419283a9
Django 1.4 requires the csrf token for posts.

The old login form copied from django 1.1's admin directory was missing it.
htsworkflow/frontend/templates/registration/login.html