From 66bf1813f037eb92e8bf0e929318aa4276b73fcf Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Thu, 23 May 2013 03:58:21 +0200 Subject: made new homescreen on '/' --- controllers/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controllers') diff --git a/controllers/system.js b/controllers/system.js index adddcba..4a4c818 100644 --- a/controllers/system.js +++ b/controllers/system.js @@ -32,7 +32,7 @@ Validator.prototype.getErrors = function() { */ exports.index = function(req, res) { - res.render('index', { title: 'DERS' }); + res.render('index', { title: 'DERS', loggedin: false }); }; -- cgit v1.2.3