changeset 403:0659a891d975

fixed title on my account page
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 08 Aug 2010 13:13:42 +0200
parents 757c7eef0dcd
children a10bdd0b05a7
files pylons_app/templates/admin/users/user_edit_my_account.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/templates/admin/users/user_edit_my_account.html	Sun Aug 08 13:05:56 2010 +0200
+++ b/pylons_app/templates/admin/users/user_edit_my_account.html	Sun Aug 08 13:13:42 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('User administration')}
+    ${c.hg_app_user.username} ${_('account')}
 </%def>
 
 <%def name="breadcrumbs_links()">