* 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 e95fd02e1f1aff6b00e8112e02d37847ccc7f598..5a6de5e6d86801afc98d1399560962724358aa9f 100644 (file)
@@ -1,4 +1,8 @@
+{% extends "base/base.html" %}
 {% load i18n %}
+
+{% block content %}
+
 <h2>{% trans "Your characters"%}</h2>
 {% if characters %}
        <ul>
@@ -26,3 +30,4 @@
 {% endif %}
 
 <p><a href="add">{% trans "Submit influence" %}</a></p>
+{% endblock %}