From 192d050223a953dfb5d248b54dce8bb5a224e850 Mon Sep 17 00:00:00 2001 From: Joe Curlee Date: Sat, 1 Jun 2013 17:08:06 -0500 Subject: [PATCH] Replaced VPAT with FAQ on homepage and changed page title, header and filename. closes #348 --- controllers/info.js | 4 ++-- views/layout.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/controllers/info.js b/controllers/info.js index d2e51cd..8f271c2 100644 --- a/controllers/info.js +++ b/controllers/info.js @@ -21,8 +21,8 @@ module.exports = function (app) { res.render('info/terms.html'); }); - app.get('/vpat', function (req, res, next) { - res.render('info/vpat.html'); + app.get('/faq', function (req, res, next) { + res.render('info/faq.html'); }); }; \ No newline at end of file diff --git a/views/layout.html b/views/layout.html index eb42a6a..0a75f80 100644 --- a/views/layout.html +++ b/views/layout.html @@ -71,7 +71,7 @@ - +
{% block notices %} @@ -137,7 +137,7 @@
  • About
  • Terms
  • Privacy
  • -
  • VPAT
  • +
  • FAQ