* Let all the influences templates extend the base template.
[matthijs/projects/xerxes.git] / templates / influences / character_list.html
index 6673138cc4f2416b18492b86080ca548f07fe2c7..0ca1f29f6131ccea95d3761581b4932f82436486 100644 (file)
@@ -1,4 +1,8 @@
 {% load i18n %}
+{% extends "base/base.html" %}
+
+{% block content %}
+
 <h2>{% trans "Your characters"%}</h2>
 {% if object_list %}
        <ul>
@@ -11,3 +15,5 @@
 {% endif %}
 
 <p><a href="character/add">{% trans "Add character" %}</a></p>
+
+{% endblock %}