You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
484 B
10 lines
484 B
= registration_step_header
|
|
= row do
|
|
= save_registration_step do
|
|
= columns(medium: 12) do
|
|
= textfield :name, @name, required: true, big: true
|
|
%h3=_'articles.conference_registration.headings.pronoun'
|
|
= columns(medium: 6) do
|
|
%p.small=_'articles.conference_registration.paragraphs.pronoun', :p
|
|
= columns(medium: 6) do
|
|
= textfield :pronoun, @pronoun, required: false, big: true, warning: 'articles.conference_registration.paragraphs.pronoun_optional'
|
|
|