diff --git a/app/controllers/plans_controller.rb b/app/controllers/plans_controller.rb index e0f6648..3315152 100644 --- a/app/controllers/plans_controller.rb +++ b/app/controllers/plans_controller.rb @@ -38,8 +38,7 @@ def create @plan = Plan.new authorize @plan - @plan.save - + message = "" # if we have a template_id we've been selcting between templates, otherwise funders @@ -69,6 +68,7 @@ @templates << ft end end + else # either didn't select funder or selected "No Funder" # get all org @templates which are not customisations