Skip to content

Commit

Permalink
These need carrying over into the finalise form
Browse files Browse the repository at this point in the history
  • Loading branch information
marksteward committed May 25, 2024
1 parent 5c535fb commit fc9d1f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/cfp/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,9 @@ class F(FinaliseForm):
form.title.data = proposal.title
form.description.data = proposal.description

form.equipment_required.data = proposal.equipment_required
form.additional_info.data = proposal.additional_info

if proposal.type == "workshop" or proposal.type == "youthworkshop":
form.age_range.data = proposal.age_range
form.cost.data = proposal.cost
Expand Down

0 comments on commit fc9d1f1

Please sign in to comment.