From 231c26413acffd205da13eaa4ac48d1efcfe8a01 Mon Sep 17 00:00:00 2001 From: Di M Date: Mon, 22 Jul 2024 13:24:34 +0200 Subject: [PATCH] links to changed committees --- pmg/templates/committee_layout.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pmg/templates/committee_layout.html b/pmg/templates/committee_layout.html index a9912811..dfb7eaca 100644 --- a/pmg/templates/committee_layout.html +++ b/pmg/templates/committee_layout.html @@ -38,6 +38,19 @@

{{ committee.house.name }} Committee

{% include '_social_sharing.html' %}
{% endblock %} + + + {% if committee.id == 95 %} + This committee was previously part of Agriculture, Land Reform and Rural Development. Historical meetings are available in the Agriculture committee. + {% endif %} + {% if committee.id == 23 %} + This committee was previously part of Higher Education, Science and Innovation. Historical meetings are available in the Higher Education committee. + {% endif %} + {% if committee.id == 40 %} + This committee was previously part of Justice and Correctional Services. Historical meetings are available in the Justice and Constitutional Development committee. + {% endif %} + +
{% block committee_page %} {% endblock %}