* Let all the influences templates extend the base template.
[matthijs/projects/xerxes.git] / templates / influences / character_list.html
index f6760cf93592b953cff023b17f8415e90a820c81..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,4 +15,5 @@
 {% endif %}
 
 <p><a href="character/add">{% trans "Add character" %}</a></p>
-<p><a href="add">{% trans "Submit influence" %}</a></p>
+
+{% endblock %}