diff --git a/app/controllers/workshops_controller.rb b/app/controllers/workshops_controller.rb index 318ed84..c1d5fc4 100644 --- a/app/controllers/workshops_controller.rb +++ b/app/controllers/workshops_controller.rb @@ -366,7 +366,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