From f3391a912e790eca2fc3c23e673a179c760dfc60 Mon Sep 17 00:00:00 2001 From: Martin Green Date: Mon, 2 May 2011 03:13:54 +0100 Subject: [PATCH] Attempt to get CSRF tag not breaking django 1.1 --- templates/registration/login.html | 1 + 1 file changed, 1 insertion(+) 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 %}