зеркало из https://github.com/mozilla/CSOL-site.git
Replaced VPAT with FAQ on homepage and changed page title, header and filename. closes #348
This commit is contained in:
Родитель
57b4846322
Коммит
192d050223
|
@ -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');
|
||||
});
|
||||
|
||||
};
|
|
@ -71,7 +71,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="main" class="container">
|
||||
<div class="container">
|
||||
{% block notices %}
|
||||
|
@ -137,7 +137,7 @@
|
|||
<li><a href="/about">About</a></li>
|
||||
<li><a href="/terms">Terms</a></li>
|
||||
<li><a href="/privacy">Privacy</a></li>
|
||||
<li><a href="/vpat">VPAT</a></li>
|
||||
<li><a href="/faq">FAQ</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Загрузка…
Ссылка в новой задаче