Merge pull request #28 from differentreality/cfp

Cfp option to accept changes in events
This commit is contained in:
Henne Vogelsang 2013-08-15 02:31:36 -07:00
commit b70ba985af
6 changed files with 20 additions and 3 deletions

View file

@ -8,4 +8,5 @@
= f.input :end_date, :as => :string, :input_html => { :id => "conference-end-datepicker", :readonly => "readonly" }
= f.input :hard_deadline, :as => :string, :input_html => { :id => "cfp-hard-datepicker", :readonly => "readonly" }
= f.input :description, :hint => "Welcome text for the Call for Papers"
= f.input :schedule_changes
= f.action :submit, :as => :button, :button_html => {:class => "btn btn-primary"}