Skip to content

Commit 8fefe14

Browse files
Temp hide prev party affiliations
1 parent 6ce9083 commit 8fefe14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wcivf/apps/people/templates/people/includes/_person_intro_card.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ <h5>{{ object.name }}
4444
{% endfor %}
4545

4646

47-
{% if object.previous_party_count %}
47+
{% comment %} {% if object.previous_party_count %}
4848
{% include "elections/includes/_previous_party_affiliations.html" with person=object candidacies=object.current_or_future_candidacies %}
49-
{% endif %}
49+
{% endif %} {% endcomment %}
5050
</div>
5151

5252
<div class="ds-candidate-image">

0 commit comments

Comments
 (0)