New registration completed and tested
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
- @main_title_t ||= (@this_conference.title)
|
||||
-# @page_title ||= (@this_conference.title)
|
||||
- @main_title_t ||= _!(@this_conference.title)
|
||||
= render partial: 'application/header', locals: { page_group: :conferences, page_key: page_key, image_file: @this_conference.poster_url }
|
||||
|
||||
@@ -6,8 +6,20 @@
|
||||
= warning
|
||||
%article
|
||||
- if logged_in?
|
||||
#step-content= render "registration_steps/#{@step}"
|
||||
- add_stylesheet 'quill.css'
|
||||
- add_javascript :quill
|
||||
- add_inline_script :editor
|
||||
#step-content
|
||||
= step_message
|
||||
= render "registration_steps/#{@step}"
|
||||
- else
|
||||
= row do
|
||||
= columns(medium: 12) do
|
||||
%h2=_'articles.conference_registration.headings.Registration_Details'
|
||||
%p= _'articles.conference_registration.paragraphs.Registration_Details'
|
||||
%h3=_'articles.conference_registration.headings.Verify_Account'
|
||||
%p=_'articles.conference_registration.paragraphs.Verify_Account'
|
||||
|
||||
= row do
|
||||
= columns(medium: 12) do
|
||||
= render "application/login"
|
||||
|
||||
Reference in New Issue
Block a user