diff --git a/openslides/agenda/templates/agenda/item_row.html b/openslides/agenda/templates/agenda/item_row.html index 1ae13e9c2..386f00ee8 100644 --- a/openslides/agenda/templates/agenda/item_row.html +++ b/openslides/agenda/templates/agenda/item_row.html @@ -31,7 +31,7 @@ {% if perms.agenda.can_see_orga_items %} {% if item.duration %} - {{ item.duration }}h + {{ item.duration }}h {% if start and end %}{% endif %} {% endif %} {% endif %}