most views are now in place

This commit is contained in:
Michael Q Larson
2015-03-24 22:12:16 -07:00
parent d4935d44de
commit 6e4067ee00
9 changed files with 46 additions and 39 deletions

View File

@ -38,8 +38,8 @@ exports.otherSolutions = function(req, res) {
});
};
exports.areTherePeopleAlreadyBenefitingFromYourServices = function(req, res) {
res.render('nonprofits/are-there-people-already-benefiting-from-your-services', {
exports.areTherePeopleThatAreAlreadyBenefitingFromYourServices = function(req, res) {
res.render('nonprofits/are-there-people-that-are-already-benefiting-from-your-services', {
title: 'Are there people already benefiting from your services'
});
};