From 0e2c17f92ff5c868f89341c5ab5d193267a643ad Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Sun, 4 Oct 2020 12:18:21 +0200 Subject: [PATCH] Sidebar --- static/site.css | 4 -- templates/_macros.html | 21 ---------- templates/admin_unit/invite_member.html | 11 ++--- templates/admin_unit/update_member.html | 11 ++--- templates/layout.html | 10 +++-- templates/layout_manage.html | 40 +++++++++++++++++++ templates/manage/admin_units.html | 4 +- templates/manage/events.html | 9 ++--- templates/manage/members.html | 13 +++--- templates/manage/organizers.html | 9 ++--- templates/manage/places.html | 9 ++--- .../manage/reference_requests_incoming.html | 9 ++--- .../manage/reference_requests_outgoing.html | 9 ++--- templates/manage/references_incoming.html | 9 ++--- templates/manage/references_outgoing.html | 9 ++--- templates/manage/reviews.html | 9 ++--- templates/manage/widgets.html | 9 ++--- 17 files changed, 98 insertions(+), 97 deletions(-) create mode 100644 templates/layout_manage.html diff --git a/static/site.css b/static/site.css index d072db8..3894197 100644 --- a/static/site.css +++ b/static/site.css @@ -36,10 +36,6 @@ h3 { margin-left: 30px; } */ -.body-content { - padding: 10px; -} - footer { padding: 10px; } diff --git a/templates/_macros.html b/templates/_macros.html index ab7ca16..84f76b6 100644 --- a/templates/_macros.html +++ b/templates/_macros.html @@ -471,27 +471,6 @@ {% endif %} {% endmacro %} -{% macro render_tab(id, title, link, active_id=None) %} - -{% endmacro %} - -{% macro render_manage_menu(admin_unit, active_id=None) %} - -{% endmacro %} - {% macro render_event_organizer_places_header() %}