Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Commit

Permalink
Merge pull request #244 from 18F/feature/princpals-back
Browse files Browse the repository at this point in the history
Principal committees are in committees_authorized so they weren't showing
  • Loading branch information
jmcarp committed Jun 8, 2015
2 parents 2de99f2 + d738c74 commit eaa0dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/candidates-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h5 class="entity__term__label">District</h5>
<h5 class="entity__term__label">
<a class="term" data-term="Principal Campaign Committee">Principal Committee</a>
</h5>
{% for c in committees if c.designation == 'P' %}
{% for c in committee_groups['P'] %}
<p class="entity__term__data">
<a href="{{ url_for('committee_page', c_id=c.committee_id, cycle=cycle) }}">{{ c.name }}</a>
</p>
Expand Down

0 comments on commit eaa0dc4

Please sign in to comment.