diff --git a/fec/data/views.py b/fec/data/views.py index b6940c08b8..c757ead968 100644 --- a/fec/data/views.py +++ b/fec/data/views.py @@ -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'] }