fix floating column issue, add facebook auth back in, update nonprofit mailer title
This commit is contained in:
@@ -43,7 +43,7 @@ exports.postContact = function(req, res) {
|
||||
var name = req.body.name;
|
||||
var body = req.body.message;
|
||||
var to = 'michaelqlarson@gmail.com';
|
||||
var subject = 'Free Code Camp';
|
||||
var subject = 'CodeNonprofit Project Idea';
|
||||
|
||||
var mailOptions = {
|
||||
to: to,
|
||||
|
Reference in New Issue
Block a user