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 %}