* Let all the influences templates extend the base template.
[matthijs/projects/xerxes.git] / templates / influences / add_character.html
index 2691084d8d8342ccf9965f6df01a106a3e819861..1b229c2d54e18377bbad87880d879d6ef79be156 100644 (file)
@@ -1,4 +1,7 @@
 {% load i18n %}
+{% extends "base/base.html" %}
+
+{% block content %}
 <h2>{% trans "Add a character" %}</h2>
 {% if message %}
 {{ message }}
@@ -11,3 +14,4 @@
 <input type="submit" value="{% trans "Add" %}"/>
 </form>
 {% endif %}
+{% endblock %}