From ce51f0ef7e1d17239b650fd9048c20720b16dbcd Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Tue, 5 Feb 2013 23:42:30 +0100 Subject: [PATCH] template: minor style changes --- openslides/motion/templates/motion/view.html | 2 +- openslides/participant/templates/participant/edit.html | 4 ++-- openslides/templates/form.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openslides/motion/templates/motion/view.html b/openslides/motion/templates/motion/view.html index 4b4114276..3afd2a03c 100644 --- a/openslides/motion/templates/motion/view.html +++ b/openslides/motion/templates/motion/view.html @@ -332,7 +332,7 @@
{% trans "For Administration only:" %}
- {% trans 'Reset' %} + {% trans 'Reset' %} {% endif %} {# end perms.motion.can_support_motion #} diff --git a/openslides/participant/templates/participant/edit.html b/openslides/participant/templates/participant/edit.html index 7ea413779..d0dfc143a 100644 --- a/openslides/participant/templates/participant/edit.html +++ b/openslides/participant/templates/participant/edit.html @@ -26,8 +26,8 @@
{% csrf_token %} {% include "form.html" %} {% if edit_user %} -

- {% trans 'Reset to First Password' %} +

+ {% trans 'Reset to First Password' %}

{% endif %}

diff --git a/openslides/templates/form.html b/openslides/templates/form.html index 63b08a983..cdebfb2ce 100644 --- a/openslides/templates/form.html +++ b/openslides/templates/form.html @@ -1,5 +1,5 @@ {% for field in form %} -

+
{{ field }} {% if field.errors %}