# HG changeset patch # User Marcin Kuzminski # Date 2010-08-08 13:13:42 # Node ID 0659a891d975a9a1fc8e80f8c11fdb1755d6c3b2 # Parent 757c7eef0dcd4ec39c537ba14577b3c5ae81564f fixed title on my account page diff --git a/pylons_app/templates/admin/users/user_edit_my_account.html b/pylons_app/templates/admin/users/user_edit_my_account.html --- a/pylons_app/templates/admin/users/user_edit_my_account.html +++ b/pylons_app/templates/admin/users/user_edit_my_account.html @@ -2,7 +2,7 @@ <%inherit file="/base/base.html"/> <%def name="title()"> - ${_('User administration')} + ${c.hg_app_user.username} ${_('account')} <%def name="breadcrumbs_links()">