add option to pre register to events

This commit is contained in:
differentreality 2013-07-11 07:43:52 +03:00
parent 8286c8130d
commit 750e31c11a
7 changed files with 28 additions and 2 deletions

View file

@ -6,6 +6,7 @@
%section#details
- unless @event.state === "unconfirmed" || @event.state === "confirmed"
= f.input :event_type_id,:as => :select, :collection => @event_types, :include_blank => false, :label => "Session Type"
= f.input :require_registration
= f.input :abstract, :input_html => {:rows => 5, :class => "span11"},
:required => true, :label => "Session Abstract"
You have used