* Let all the influences templates extend the base template.
[matthijs/projects/xerxes.git] / templates / influences / add.html
index db277e916aa326f49d673410eadcf46df080ee1b..3c6c866781810ff30eaebea6af53ae58384367af 100644 (file)
@@ -1,4 +1,8 @@
 {% load i18n %}
+{% extends "base/base.html" %}
+
+{% block content %}
+
 <h2>{% trans "Submit influence" %}</h2>
 {% if message %}
 {{ message }}
@@ -11,3 +15,5 @@
 <input type="submit" value="{% trans "Submit" %}"/>
 </form>
 {% endif %}
+
+{% endblock %}