diff --git a/app/controllers/proposals_controller.rb b/app/controllers/proposals_controller.rb index c8bb8ff04..48d62c817 100644 --- a/app/controllers/proposals_controller.rb +++ b/app/controllers/proposals_controller.rb @@ -120,7 +120,7 @@ def join if can_view_event current_user.mark_attendance_for_conference(@conference) current_user.mark_attendance_for_event(@event) - redirect_to @event.url + redirect_to @event.url, allow_other_host: true else redirect_to conference_program_proposal_path(@conference, @event), error: 'You cannot join this event yet. Please try again closer to the start of the event.'