removed account_settings template

This commit is contained in:
Julian Lam
2013-05-01 14:29:49 -04:00
parent 1f91a5198d
commit 924618fc29
2 changed files with 0 additions and 23 deletions

View File

@@ -124,11 +124,6 @@ var express = require('express'),
res.send(templates['header'] + templates['register'] + templates['footer']);
});
app.get('/account', function(req, res) {
refreshTemplates();
res.send(templates['header'] + templates['account_settings'] + templates['footer']);
});
app.get('/403', function(req, res) {
res.send(templates['header'] + templates['403'] + templates['footer']);
});