aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-05-25 11:59:04 +0200
committerDennis Eriksen <dennis.se@gmail.com>2013-05-25 11:59:04 +0200
commit7954db39c7abcd277f61ec0a79aa2d6c2c9b9e7b (patch)
tree000d32ffb3989833925692aab459975848b80fe0 /app
parentbunped version and added passport-hash (diff)
downloadDivid-7954db39c7abcd277f61ec0a79aa2d6c2c9b9e7b.tar.gz
made some changes I forgot to add in e582c3b
Diffstat (limited to 'app')
-rw-r--r--app/views/error.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/error.ejs b/app/views/error.ejs
index 47cc546..a6e8577 100644
--- a/app/views/error.ejs
+++ b/app/views/error.ejs
@@ -1,4 +1,4 @@
-<% include header %>
+<% include templates/header %>
</head>
<body>
@@ -6,4 +6,4 @@
<p><%= text %></p>
-<% include footer %>
+<% include templates/footer %>