From bafdc989aaabee9f1fe78d80beb11deffe8eefe2 Mon Sep 17 00:00:00 2001 From: Di M Date: Thu, 5 Sep 2024 09:09:31 +0200 Subject: [PATCH] Hide renamed commitee links on meeting pages --- pmg/templates/committee_layout.html | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/pmg/templates/committee_layout.html b/pmg/templates/committee_layout.html index c0a60738..0c5cbe94 100644 --- a/pmg/templates/committee_layout.html +++ b/pmg/templates/committee_layout.html @@ -20,7 +20,7 @@ {% block page %}
-
+
{% block committee_title %}
{% if not committee.premium %} @@ -35,22 +35,24 @@

{{ committee.house.name }}

{% else %}

{{ committee.house.name }} Committee

{% endif %} -
{% include '_social_sharing.html' %}
+
{% include '_social_sharing.html' %}
{% endblock %}
- + {% if committee.about %} + + {% endif %}