# HG changeset patch # User Marcin Kuzminski # Date 1281266022 -7200 # Node ID 0659a891d975a9a1fc8e80f8c11fdb1755d6c3b2 # Parent 757c7eef0dcd4ec39c537ba14577b3c5ae81564f fixed title on my account page diff -r 757c7eef0dcd -r 0659a891d975 pylons_app/templates/admin/users/user_edit_my_account.html --- 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 name="breadcrumbs_links()">