* Put the extends tag before the load tag in the login template.
authorMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Fri, 8 Feb 2008 19:49:33 +0000 (20:49 +0100)
committerMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Fri, 8 Feb 2008 19:49:33 +0000 (20:49 +0100)
templates/base/login.html

index 37fdf44a6cd82a73e5e1cbe68498f759eb746d25..02193cb6838509ab79ec85cd2fd543e4d366022b 100644 (file)
@@ -1,5 +1,5 @@
-{% load i18n %}
 {% extends "base/base.html" %}
+{% load i18n %}
 
 {% block content %}