diff --git a/openslides/motion/templates/motion/poll_form.html b/openslides/motion/templates/motion/poll_form.html index 0326e7f4f..f72f9c97e 100644 --- a/openslides/motion/templates/motion/poll_form.html +++ b/openslides/motion/templates/motion/poll_form.html @@ -1,6 +1,7 @@ {% extends 'base.html' %} {% load i18n %} +{% load tags %} {% block title %} {% trans "Motion" %} {{ motion.identifier }}, {{ poll }} – {{ block.super }} @@ -18,8 +19,8 @@ {% trans "Back to motion" %} {% if perms.projector.can_manage_projector %} - - + + {% endif %} diff --git a/openslides/motion/templates/motion/slide.html b/openslides/motion/templates/motion/slide.html index 67d3f9545..372f9c632 100644 --- a/openslides/motion/templates/motion/slide.html +++ b/openslides/motion/templates/motion/slide.html @@ -1,4 +1,5 @@ {% load i18n %} +{% load humanize %} {% load staticfiles %}