Browse Source

Fixed an error on the payment page

development
Godwin 8 years ago
committed by GitHub
parent
commit
de5bad4787
  1. 2
      app/controllers/conferences_controller.rb

2
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'

Loading…
Cancel
Save