From 6f63c6c1960930509c998031eb6dc855ec6f4f5e Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Tue, 30 Apr 2013 13:52:36 +0200 Subject: added for participantpage --- controllers/system.js | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'controllers/system.js') diff --git a/controllers/system.js b/controllers/system.js index ad5ced0..5400173 100644 --- a/controllers/system.js +++ b/controllers/system.js @@ -101,6 +101,17 @@ exports.project = function(req, res) { res.render('project', { title: 'Harepus', loggedin: true }); } +exports.projectParticipants = function(req, res) { + + res.render('projectParticipants', { title: 'Prosjektdeltakere', loggedin: true }); + +} + +exports.postProjectParticipants = function(req, res) { + +} + + exports.newProject = function(req, res) { res.render('newproject', { title: 'Nytt prosjekt', loggedin: true }); } -- cgit v1.2.3