Fixed two bugs that were introduced when we changed the conference registration process to accommodate virtual conferences.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
- unless @currencies.present? && @currencies.length > 1
|
||||
%p.center=_"articles.conference_registration.paragraphs.currency_details", :p, vars: { currency: (_"currencies.#{(@currencies || [@currency]).first}.displayName-count-other") }
|
||||
= save_registration_step do
|
||||
- if @conference.slug == "South2022"
|
||||
- if @this_conference.slug == "South2022"
|
||||
%iframe{:src => "https://opencollective.com/embed/bikebike-everywhere/donate?email=#{current_user.email}&name=#{current_user.firstname} #{current_user.lastname}", :style => "width: 100%; min-height: 100vh;"}
|
||||
= textfield :notes, @notes, required: true
|
||||
- else
|
||||
|
||||
Reference in New Issue
Block a user