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