* Only show the longterm in the email and detail template when it is set to yes.
[matthijs/projects/xerxes.git] / templates / influences / add_character.html
index 2691084d8d8342ccf9965f6df01a106a3e819861..c81e088cd6e36c4dc9902ba7f0763b8484d9a705 100644 (file)
@@ -1,8 +1,8 @@
+{% extends "base/base.html" %}
 {% load i18n %}
+
+{% block content %}
 <h2>{% trans "Add a character" %}</h2>
-{% if message %}
-{{ message }}
-{% endif %}
 {% if form %}
 <form method="POST">
 <table>
@@ -11,3 +11,4 @@
 <input type="submit" value="{% trans "Add" %}"/>
 </form>
 {% endif %}
+{% endblock %}