start fixing chat

This commit is contained in:
Michael Q Larson
2014-10-16 09:07:06 -07:00
parent 4a36e58756
commit ac0ab1de37
84 changed files with 1453 additions and 41113 deletions

View File

@@ -6,6 +6,5 @@
exports.index = function(req, res) {
res.render('curriculum/curriculum', {
title: 'Curriculum',
course: Users.first.name
});
};