From 15ab01c9d10e372c53831afacaa9d98b13dc846c Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Mon, 10 Sep 2012 23:43:33 +0200 Subject: [PATCH] Removed unused mainmenu and submenu blocks. --- openslides/templates/base.html | 7 ------- openslides/templates/front_page.html | 11 ----------- 2 files changed, 18 deletions(-) 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 %}