diff --git a/app/controllers/conferences_controller.rb b/app/controllers/conferences_controller.rb index a191ca7..9c58e77 100644 --- a/app/controllers/conferences_controller.rb +++ b/app/controllers/conferences_controller.rb @@ -83,7 +83,7 @@ class ConferencesController < ApplicationController @registration.save! else - @errors = :incomplete + @errors[:payment] = :incomplete @register_template = :payment end @page_title = 'articles.conference_registration.headings.Payment'