update the navigation to have publicly available menu items

This commit is contained in:
Michael Q Larson
2014-12-30 20:26:12 -08:00
parent 8a9905becf
commit d70bea506a
4 changed files with 6 additions and 2 deletions

View File

@ -142,6 +142,7 @@ exports.getAccount = function(req, res) {
res.render('account/profile', {
title: 'Manage your Free Code Camp Account',
c: c,
u: req.user,
cc: req.user.challengesHash,
moment: moment
});