fix an error introduced when the contact.js controller was refactored

This commit is contained in:
Michael Q Larson
2014-12-31 09:57:48 -08:00
parent f683982575
commit 89858f6604

View File

@ -40,7 +40,7 @@ exports.postContact = function(req, res) {
to: 'team@freecodecamp.com',
name: req.body.name,
from: req.body.email,
subject: 'CodeNonprofit Project Idea from ' + name,
subject: 'CodeNonprofit Project Idea from ' + req.body.name,
text: req.body.message
};