diff options
author | Martin Green <martin.speleo@gmail.com> | 2011-05-02 03:13:54 +0100 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2011-05-02 03:13:54 +0100 |
commit | f3391a912e790eca2fc3c23e673a179c760dfc60 (patch) | |
tree | 18573d7e799c3bc0199b7b2aa21a9d7b11a88ec0 /templates | |
parent | 52eb4030d0532731069cc4fe2c23c3ad4ea61a96 (diff) | |
download | troggle-f3391a912e790eca2fc3c23e673a179c760dfc60.tar.gz troggle-f3391a912e790eca2fc3c23e673a179c760dfc60.tar.bz2 troggle-f3391a912e790eca2fc3c23e673a179c760dfc60.zip |
Attempt to get CSRF tag not breaking django 1.1
Diffstat (limited to 'templates')
-rw-r--r-- | templates/registration/login.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/registration/login.html b/templates/registration/login.html index 2d49395..b93e4d8 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -1,4 +1,5 @@ {% extends "base.html" %}
+{% load csrffaker %}
{% block content %}
|