Merge pull request #52 from gopesht/fix_supporter_page
fixed supporter page redirect after creation
This commit is contained in:
commit
8f222db0bb
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#new-supporter-dialog
|
||||
= semantic_form_for :supporter_registration, :remote => true, :html => {:id => "supporter-add-form"} do |f|
|
||||
= semantic_form_for :supporter_registration, :html => {:id => "supporter-add-form"} do |f|
|
||||
= f.input :name, :label => "Supporter Name"
|
||||
= f.input :email, :label => "Supporter Email"
|
||||
= f.input :supporter_level_id, :as => :select, :collection => @conference.supporter_levels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue