From 65840d426117c79687097b847696f6e2dfebb8cf Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Mon, 10 Sep 2012 17:15:43 +0200 Subject: [PATCH] Minor changes in assigment view template. --- .../assignment/templates/assignment/view.html | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/openslides/assignment/templates/assignment/view.html b/openslides/assignment/templates/assignment/view.html index 60c92890d..05411eb20 100644 --- a/openslides/assignment/templates/assignment/view.html +++ b/openslides/assignment/templates/assignment/view.html @@ -17,6 +17,9 @@

{{ assignment }} {% trans "Back to overview" %} + {% if perms.projector.can_manage_projector %} + + {% endif %}

@@ -53,11 +56,11 @@ {% if perms.assignment.can_nominate_self %}

{% if user_is_candidate %} - + {% trans 'Withdraw self candidature' %} {% else %} - + {% trans 'Self candidature' %} {% endif %} @@ -66,16 +69,16 @@ {% if perms.assignment.can_nominate_other %} {% for field in form %} - {{ field }} - {% if perms.participant.can_see_participant and perms.participant.can_manage_participant %} - - {% endif %} - +

+ {{ field }} + + {% if perms.participant.can_see_participant and perms.participant.can_manage_participant %} + + {% endif %} +
{% endfor %}

- +

{% endif %} @@ -112,7 +115,7 @@ {% endfor %} {% if assignment.candidates and perms.assignment.can_manage_assignment and assignment.status == "vot" %} - + {% trans 'New ballot' %}