fix floating column issue, add facebook auth back in, update nonprofit mailer title

This commit is contained in:
Michael Q Larson
2014-10-28 15:51:41 -07:00
parent 3bf94e308a
commit ed6848cc14
18 changed files with 7 additions and 20 deletions

View File

@@ -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,