From b047b9656371511c865018a6de6b0fb7aebf35c8 Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Wed, 26 Jun 2024 10:57:48 +0100 Subject: [PATCH] Temp hide prev party affiliations --- .../people/templates/people/includes/_person_intro_card.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcivf/apps/people/templates/people/includes/_person_intro_card.html b/wcivf/apps/people/templates/people/includes/_person_intro_card.html index 386e3ba78..97992d01d 100644 --- a/wcivf/apps/people/templates/people/includes/_person_intro_card.html +++ b/wcivf/apps/people/templates/people/includes/_person_intro_card.html @@ -44,9 +44,9 @@
{{ object.name }} {% endfor %} - {% if object.previous_party_count %} + {% comment %} {% if object.previous_party_count %} {% include "elections/includes/_previous_party_affiliations.html" with person=object candidacies=object.current_or_future_candidacies %} - {% endif %} + {% endif %} {% endcomment %}