Renamed template account to profile

This commit is contained in:
Sahat Yalkabov
2014-01-07 13:37:13 -05:00
parent 6ad1073f7c
commit 41f6b1c5f0
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ var User = require('../models/User');
* User account page
*/
exports.getAccount = function(req, res) {
res.render('account/account', {
res.render('account/profile', {
title: 'Account Management',
success: req.flash('success'),
error: req.flash('error')