remove term code campers from codebase - replace with camper. Move bulky function from app.js to bonfire.js

This commit is contained in:
Michael Q Larson
2015-02-01 22:39:59 -08:00
parent afab456ad9
commit 0ee291878a
11 changed files with 252 additions and 186 deletions

View File

@ -227,7 +227,7 @@ exports.returnUser = function(req, res, next) {
var user = user[0];
Challenge.find({}, null, {sort: {challengeNumber: 1}}, function (err, c) {
res.render('account/show', {
title: 'Code Camper: ',
title: 'Camper: ',
username: user.profile.username,
name: user.profile.name,
location: user.profile.location,