diff --git a/app/controllers/proposal_controller.rb b/app/controllers/proposal_controller.rb index ddbeb2f7..10c2a94f 100644 --- a/app/controllers/proposal_controller.rb +++ b/app/controllers/proposal_controller.rb @@ -115,9 +115,10 @@ class ProposalController < ApplicationController if @conference.user_registered?(current_user) redirect_to(conference_proposal_index_path(@conference.short_title), notice: 'The proposal was confirmed.') + else + redirect_to(new_conference_conference_registrations_path(conference_id: @conference.short_title), + alert: 'The proposal was confirmed. Please register to attend the conference.') end - redirect_to(new_conference_conference_registrations_path(conference_id: @conference.short_title), - alert: 'The proposal was confirmed. Please register to attend the conference.') end def restart