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
This commit is contained in:
parent
351074d05c
commit
6a3cf568aa
@ -217,8 +217,8 @@ class ApplicationController < BaseController
|
|||||||
|
|
||||||
if params[:reason] == 'conference' && logged_in?
|
if params[:reason] == 'conference' && logged_in?
|
||||||
|
|
||||||
@conference.conference_administrators.each do |user|
|
@conference.conference_administrators.each do |administrator|
|
||||||
email_list << user.named_email
|
email_list << administrator.user.named_email
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user