Browse Source

Fixed contact form (#244)

* Fixed fonts

* Fixed assets

* Fixed logo in emails

* Switched to immediate email delivery

* Fixed prod emails and added deployment tasks

* Fixed deployments

* Updated README

* Added Bike Collectives Core to README

* Fixed issue with map loading

* Fixed issue with map loading

* Added map JSON data to assets precompilation

* Fixed error sending to conference administrators
development
Godwin 7 years ago
committed by GitHub
parent
commit
6a3cf568aa
  1. 4
      app/controllers/application_controller.rb

4
app/controllers/application_controller.rb

@ -217,8 +217,8 @@ class ApplicationController < BaseController
if params[:reason] == 'conference' && logged_in?
@conference.conference_administrators.each do |user|
email_list << user.named_email
@conference.conference_administrators.each do |administrator|
email_list << administrator.user.named_email
end
end

Loading…
Cancel
Save