From: Matthijs Kooijman Date: Fri, 8 Feb 2008 19:49:33 +0000 (+0100) Subject: * Put the extends tag before the load tag in the login template. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=21571916cc1774a27097fa91de4b9b55cfefd53e * Put the extends tag before the load tag in the login template. --- diff --git a/templates/base/login.html b/templates/base/login.html index 37fdf44..02193cb 100644 --- a/templates/base/login.html +++ b/templates/base/login.html @@ -1,5 +1,5 @@ -{% load i18n %} {% extends "base/base.html" %} +{% load i18n %} {% block content %}