diff --git a/openslides/templates/base.html b/openslides/templates/base.html index 0760c075e..c4c674b4d 100644 --- a/openslides/templates/base.html +++ b/openslides/templates/base.html @@ -50,14 +50,7 @@ - {% block body %} -
diff --git a/openslides/templates/front_page.html b/openslides/templates/front_page.html index 8dd40846c..1af1bab75 100644 --- a/openslides/templates/front_page.html +++ b/openslides/templates/front_page.html @@ -16,14 +16,3 @@ {% endfor %} {% endblock %} - -{% block submenu %} - {% if perms.projector.can_see_projector %} -

{% trans "Home" %}

- - {% endif %} -{% endblock %}