Skip to content

Commit

Permalink
Merge pull request #1449 from 18F/feature/display-political-party-on-…
Browse files Browse the repository at this point in the history
…committee-profile

Display political party on committee profile page
  • Loading branch information
xtine authored Nov 6, 2017
2 parents ef0f644 + 579db0d commit 9098ee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fec/data/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ def committee(request, committee_id):
'totals': totals,
'min_receipt_date': utils.three_days_ago(),
'context_vars': context_vars,
'party_full': committee['party_full']
}


Expand Down

0 comments on commit 9098ee0

Please sign in to comment.