|
@ -10,7 +10,7 @@ |
|
|
- unless @currencies.present? && @currencies.length > 1 |
|
|
- unless @currencies.present? && @currencies.length > 1 |
|
|
%p.center=_"articles.conference_registration.paragraphs.currency_details", :p, vars: { currency: (_"currencies.#{(@currencies || [@currency]).first}.displayName-count-other") } |
|
|
%p.center=_"articles.conference_registration.paragraphs.currency_details", :p, vars: { currency: (_"currencies.#{(@currencies || [@currency]).first}.displayName-count-other") } |
|
|
= save_registration_step do |
|
|
= 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;"} |
|
|
%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 |
|
|
= textfield :notes, @notes, required: true |
|
|
- else |
|
|
- else |
|
|