diff --git a/app/controllers/workshops_controller.rb b/app/controllers/workshops_controller.rb index c96628c..60c9e2e 100644 --- a/app/controllers/workshops_controller.rb +++ b/app/controllers/workshops_controller.rb @@ -361,7 +361,7 @@ class WorkshopsController < ApplicationController @page_title = "articles.conference_registration.headings.#{@this_conference.registration_status == :open ? '': 'Pre_'}Registration_Details" @main_title = "articles.conference_registration.headings.#{@this_conference.registration_status == :open ? '': 'Pre_'}Register" @main_title_vars = { vars: { title: @this_conference.title } } - render register_path(@this_conference.slug) + render 'conferences/register' end end