aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/controllers/system.js
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-05-23 03:58:21 +0200
committerDennis Eriksen <dennis.se@gmail.com>2013-05-23 03:58:21 +0200
commit66bf1813f037eb92e8bf0e929318aa4276b73fcf (patch)
tree7b64d7e977ac1f9999047eff5393b795e2b153f2 /controllers/system.js
parentadded use.less to the file that actually uses it (diff)
downloadDivid-66bf1813f037eb92e8bf0e929318aa4276b73fcf.tar.gz
made new homescreen on '/'
Diffstat (limited to 'controllers/system.js')
-rw-r--r--controllers/system.js2
1 files changed, 1 insertions, 1 deletions
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 });
};