mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
minor fix
This commit is contained in:
parent
a46ca6707b
commit
4fd6512af0
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
= semantic_form_for(@registration, :url => admin_conference_registrations_new_path(@conference.short_title), :html => { :method => :put }) do |f|
|
||||
|
||||
= f.inputs "Account Information" do
|
||||
= f.fields_for :users do |u|
|
||||
= f.fields_for :user do |u|
|
||||
= u.input :email
|
||||
= u.input :password, :hint => "Password must be at least 6 characters"
|
||||
= f.inputs "Personal Information" do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue