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 %}