+ {% 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 %}
+
+
+
{% if committee.house.sphere == 'provincial' and not committee.monitored %}
{% include '_committee_membership.html' %}
{% else %}
diff --git a/pmg/templates/committee_layout.html b/pmg/templates/committee_layout.html
index c0a60738..69cca39c 100644
--- a/pmg/templates/committee_layout.html
+++ b/pmg/templates/committee_layout.html
@@ -39,20 +39,6 @@
- {% 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 %}
-
-
-