From d842214e261f5b9d24c0cbc3bcb0f660140202cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Fri, 4 Jan 2013 19:14:56 +0100 Subject: [PATCH] Fix typo in template. --- openslides/motion/templates/motion/view.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openslides/motion/templates/motion/view.html b/openslides/motion/templates/motion/view.html index 3d2ad91b1..18d61fa3d 100644 --- a/openslides/motion/templates/motion/view.html +++ b/openslides/motion/templates/motion/view.html @@ -180,13 +180,13 @@ {% trans 'Adjourned' %}
{% endif %} {% if "noc" in actions %} - {% trans 'Not Concerned' %}
+ {% trans 'Not Concerned' %}
{% endif %} {% if "com" in actions %} - {% trans 'Commited a bill' %}
+ {% trans 'Commited a bill' %}
{% endif %} {% if "wit" in actions %} - {% trans 'Withdrawed by submitter' %} + {% trans 'Withdrawed by submitter' %} {% endif %} {% endif %}