mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
creating default organization while creating a conference
This commit is contained in:
parent
3fb316482c
commit
cce3ff7aea
3 changed files with 14 additions and 4 deletions
|
|
@ -6,6 +6,8 @@
|
|||
input_html: { required: 'required' }
|
||||
= f.input :short_title, hint: "A short and unique handle for your conference, using only letters, numbers, underscores, and dashes. This will be used to identify your conference in URLs etc. Example: 'froscon2011'",
|
||||
input_html: { required: 'required', pattern: '[a-zA-Z0-9_-]+', title: 'Only letters, numbers, underscores, and dashes.' }, prepend: conferences_url + '/'
|
||||
- if ENV['ORGANIZATIONS_ENABLED'] == 'true'
|
||||
= f.input :organization, as: :select, collection: @organizations
|
||||
= f.inputs 'Scheduling' do
|
||||
= f.input :timezone, as: :time_zone, default: Time.zone.name, hint: 'Please select in what time zone your conference will take place.'
|
||||
= f.input :start_date, as: :string, input_html: { id: 'conference-start-datepicker', required: 'required' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue