From 59c342ba8d7193dc77680911cf0f541dc55547d5 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Fri, 27 Apr 2012 21:53:50 +0200 Subject: [PATCH] #158: Move 'change tree' notification to correct position (above page title). --- .../agenda/templates/agenda/overview.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/openslides/agenda/templates/agenda/overview.html b/openslides/agenda/templates/agenda/overview.html index 5161a11f5..dc4b436a3 100644 --- a/openslides/agenda/templates/agenda/overview.html +++ b/openslides/agenda/templates/agenda/overview.html @@ -39,6 +39,16 @@ {% block content %} +
{% csrf_token %} + {% if perms.agenda.can_manage_agenda %} + + {% endif %} +

{% trans "Agenda" %}

@@ -46,17 +56,7 @@ {%trans "Hide closed items" %}

{{ items|length }} - {% blocktrans count counter=items|length %}item{% plural %}items{% endblocktrans %} - - {% csrf_token %} - {% if perms.agenda.can_manage_agenda %} - - {% endif %} + {% blocktrans count counter=items|length %}item{% plural %}items{% endblocktrans %} @@ -89,5 +89,5 @@ {% endif %} -
+ {% endblock %}