added title to settings page
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
1533be6265
commit
fef1653542
@ -249,7 +249,9 @@ module.exports = function(app) {
|
||||
}
|
||||
|
||||
function getSettings(req, res) {
|
||||
res.render('account/settings');
|
||||
res.render('account/settings', {
|
||||
title: 'Settings'
|
||||
});
|
||||
}
|
||||
|
||||
function returnUser(req, res, next) {
|
||||
|
Reference in New Issue
Block a user