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 | af34cdb498ef42f98d6fc6050df6b4d1d89bbedf (patch) | |
tree | a54b58e8f001885f0a23d92f4a9134a2824aaa47 /templates | |
parent | 289b882a158d21bf9ab4ec7b673b4c5d47c4c078 (diff) | |
download | troggle-af34cdb498ef42f98d6fc6050df6b4d1d89bbedf.tar.gz troggle-af34cdb498ef42f98d6fc6050df6b4d1d89bbedf.tar.bz2 troggle-af34cdb498ef42f98d6fc6050df6b4d1d89bbedf.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 %}
|