Add update information to index page.
[matthijs/projects/xerxes.git] / templates / influences / add_character.html
index 2691084d8d8342ccf9965f6df01a106a3e819861..9cb66713653594c349113e0382302e4a1849a916 100644 (file)
@@ -1,8 +1,8 @@
+{% extends "base/base.html" %}
 {% load i18n %}
-<h2>{% trans "Add a character" %}</h2>
-{% if message %}
-{{ message }}
-{% endif %}
+
+{% block content %}
+<h1>{% trans "Add a character" %}</h1>
 {% if form %}
 <form method="POST">
 <table>
@@ -11,3 +11,4 @@
 <input type="submit" value="{% trans "Add" %}"/>
 </form>
 {% endif %}
+{% endblock %}