projects
/
matthijs
/
projects
/
xerxes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
625935a
)
* Put the extends tag before the load tag in the login template.
author
Matthijs Kooijman
<matthijs@stdio.flexvps.nl>
Fri, 8 Feb 2008 19:49:33 +0000
(20:49 +0100)
committer
Matthijs Kooijman
<matthijs@stdio.flexvps.nl>
Fri, 8 Feb 2008 19:49:33 +0000
(20:49 +0100)
templates/base/login.html
patch
|
blob
|
history
diff --git
a/templates/base/login.html
b/templates/base/login.html
index 37fdf44a6cd82a73e5e1cbe68498f759eb746d25..02193cb6838509ab79ec85cd2fd543e4d366022b 100644
(file)
--- a/
templates/base/login.html
+++ b/
templates/base/login.html
@@
-1,5
+1,5
@@
-{% load i18n %}
{% extends "base/base.html" %}
+{% load i18n %}
{% block content %}