summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2011-05-02 03:13:54 +0100
committerMartin Green <martin.speleo@gmail.com>2011-05-02 03:13:54 +0100
commitaf34cdb498ef42f98d6fc6050df6b4d1d89bbedf (patch)
treea54b58e8f001885f0a23d92f4a9134a2824aaa47 /templates
parent289b882a158d21bf9ab4ec7b673b4c5d47c4c078 (diff)
downloadtroggle-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.html1
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 %}