From 71a4111765f020ebee97b6a3887f4e9c83c0adba Mon Sep 17 00:00:00 2001 From: Zarino Zappia Date: Wed, 2 Oct 2024 14:42:19 +0100 Subject: [PATCH] Small improvement to layout of MP membership data trailer --- hub/templates/hub/area.html | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/hub/templates/hub/area.html b/hub/templates/hub/area.html index b9a6d25a..b4e392ae 100644 --- a/hub/templates/hub/area.html +++ b/hub/templates/hub/area.html @@ -223,16 +223,16 @@

MP profiles

Positions and memberships

- {% if mp.job_titles or mp.cen_member or mp.nzsg_member or mp.select_committee_memberships or mp.appg_memberships %} + {% if mp.job_titles or mp.cen_member or mp.nzsg_member or mp.select_committee_memberships or mp.appg_memberships %}
{% if mp.job_titles %}

Positions

{% endif %} {% if mp.mp_standing_down_2024 == 'Standing Down' %} @@ -266,14 +266,19 @@

APPGs

{% endif %}
- {% endif %} -
-

We’re currently working on collecting updated data on MP memberships.

-

You can sign up to be notified when we add it.

-
+ + {% else %} +
+

We’re currently working on collecting updated data on MP memberships.

+

You can sign up to be notified when we add it.

+
+ {% endif %}