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

Commit

Permalink
making the titles match up with FEC display
Browse files Browse the repository at this point in the history
  • Loading branch information
LindsayYoung committed Jun 2, 2015
1 parent 3942473 commit 33b1392
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion templates/partials/committee-report-pac-party.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
(reports.0.refunded_political_party_committee_contributions_period, 'Politial Party Refunds'),
(reports.0.refunded_other_political_committee_contributions_period, 'Other Committee Refunds'),
(reports.0.other_disbursements_period, 'Other Disbursements'),
(reports.0.shared_fed_activity_period, 'Federal Allocated Election Activity'),
(reports.0.shared_fed_activity_period, 'Allocated Federal Election Activity - Federal Share'),
(reports.0.allocated_federal_election_levin_share_period, 'Allocated Federal Election Activity - Levin Share'),
(reports.0.non_allocated_fed_election_activity_period, 'Federal Election Activity - Federal Only'),
]
%}
Expand Down
5 changes: 3 additions & 2 deletions templates/partials/committee-totals-pac-party.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
(totals.0.refunded_political_party_committee_contributions, 'Politial Party Refunds'),
(totals.0.refunded_other_political_committee_contributions, 'Other Committee Refunds'),
(totals.0.other_disbursements, 'Other Disbursements'),
(totals.0.shared_fed_activity, 'Federal Allocated Election Activity'),
(totals.0.non_allocated_fed_election_activity, 'Non-Federal Allocated Election Activity'),
(totals.0.shared_fed_activity, 'FAllocated Federal Election Activity - Federal Share'),
(totals.0.allocated_federal_election_levin_share, 'Allocated Federal Election Activity - Levin Share'),
(totals.0.non_allocated_fed_election_activity, 'Federal Election Activity - Federal Only'),
]
%}
{{ totals_table('Total Disbursements', totals.0.disbursements, table_data,
Expand Down

0 comments on commit 33b1392

Please sign in to comment.