* Put the extends tag in the first line of all templates, instead of after the load...
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 24 Jan 2008 11:51:03 +0000 (12:51 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 24 Jan 2008 11:51:03 +0000 (12:51 +0100)
templates/influences/add.html
templates/influences/add_character.html
templates/influences/character_detail.html
templates/influences/character_list.html
templates/influences/index.html

index 3c6c866781810ff30eaebea6af53ae58384367af..695b89c9f9dd5a03176940bbb41a31a59183ce44 100644 (file)
@@ -1,5 +1,5 @@
-{% load i18n %}
 {% extends "base/base.html" %}
+{% load i18n %}
 
 {% block content %}
 
index 1b229c2d54e18377bbad87880d879d6ef79be156..2cda983f07610d46ce73b4f2e68677932a61abde 100644 (file)
@@ -1,5 +1,5 @@
-{% load i18n %}
 {% extends "base/base.html" %}
+{% load i18n %}
 
 {% block content %}
 <h2>{% trans "Add a character" %}</h2>
index f5071c23b6532bf0d0a0b8ab03df094e280a528e..31279853ece8db5e417db1587797037e2e8437df 100644 (file)
@@ -1,5 +1,5 @@
-{% load i18n %}
 {% extends "base/base.html" %}
+{% load i18n %}
 
 {% block content %}
 
index 0ca1f29f6131ccea95d3761581b4932f82436486..df39a8aeeadae2be124be67ad34143263929a3c5 100644 (file)
@@ -1,5 +1,5 @@
-{% load i18n %}
 {% extends "base/base.html" %}
+{% load i18n %}
 
 {% block content %}
 
index 2cfb5a1a4a2b4a11e47f4935310fed5f03c48313..5a6de5e6d86801afc98d1399560962724358aa9f 100644 (file)
@@ -1,5 +1,5 @@
-{% load i18n %}
 {% extends "base/base.html" %}
+{% load i18n %}
 
 {% block content %}
 
@@ -30,5 +30,4 @@
 {% endif %}
 
 <p><a href="add">{% trans "Submit influence" %}</a></p>
-
 {% endblock %}