* Let all the influences templates extend the base template.
[matthijs/projects/xerxes.git] / templates / influences / index.html
index e95fd02e1f1aff6b00e8112e02d37847ccc7f598..2cfb5a1a4a2b4a11e47f4935310fed5f03c48313 100644 (file)
@@ -1,4 +1,8 @@
 {% load i18n %}
+{% extends "base/base.html" %}
+
+{% block content %}
+
 <h2>{% trans "Your characters"%}</h2>
 {% if characters %}
        <ul>
@@ -26,3 +30,5 @@
 {% endif %}
 
 <p><a href="add">{% trans "Submit influence" %}</a></p>
+
+{% endblock %}