* Put the extends tag in the first line of all templates, instead of after the load...
[matthijs/projects/xerxes.git] / templates / influences / index.html
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 %}