update the complete all the challenges flow and copy

This commit is contained in:
Michael Q Larson
2015-01-23 15:13:36 -08:00
parent 1f6cb10a32
commit d690f976f3
7 changed files with 50 additions and 11 deletions

View File

@@ -239,7 +239,7 @@ exports.returnUser = function(req, res, next) {
});
} else {
req.flash('errors', {
msg: "We couldn't find a Code Camper with that username."
msg: "404: We couldn't find a page with that url. Please double check the link."
});
return res.redirect('/');
}