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