Fixed an error on the payment page

This commit is contained in:
Godwin 2016-09-06 07:37:03 -07:00 committed by GitHub
parent 77bdf2a7bf
commit de5bad4787

View File

@ -83,7 +83,7 @@ class ConferencesController < ApplicationController
@registration.save! @registration.save!
else else
@errors = :incomplete @errors[:payment] = :incomplete
@register_template = :payment @register_template = :payment
end end
@page_title = 'articles.conference_registration.headings.Payment' @page_title = 'articles.conference_registration.headings.Payment'