Skip to content

Commit

Permalink
Measure edit: some fields weren't saving.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleMcGrew committed Oct 15, 2018
1 parent a52a02c commit 008b9c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion measure/views_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,10 +702,14 @@ def measure_edit_process_view(request):
ballotpedia_measure_url=ballotpedia_measure_url,
ballotpedia_no_vote_description=ballotpedia_no_vote_description,
ballotpedia_yes_vote_description=ballotpedia_yes_vote_description,
measure_title=measure_title,
google_civic_measure_title=google_civic_measure_title,
google_civic_measure_title2=google_civic_measure_title2,
google_civic_measure_title3=google_civic_measure_title3,
google_civic_measure_title4=google_civic_measure_title4,
google_civic_measure_title5=google_civic_measure_title5,
measure_subtitle=measure_subtitle,
measure_text=measure_text,
measure_title=measure_title,
measure_url=measure_url,
google_civic_election_id=google_civic_election_id,
state_code=state_code,
Expand Down

0 comments on commit 008b9c1

Please sign in to comment.