comparison pylons_app/templates/admin/users/user_edit_my_account.html @ 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 5cd6616b8673
children a0a93357f954
comparison
equal deleted inserted replaced
402:757c7eef0dcd 403:0659a891d975
1 ## -*- coding: utf-8 -*- 1 ## -*- coding: utf-8 -*-
2 <%inherit file="/base/base.html"/> 2 <%inherit file="/base/base.html"/>
3 3
4 <%def name="title()"> 4 <%def name="title()">
5 ${_('User administration')} 5 ${c.hg_app_user.username} ${_('account')}
6 </%def> 6 </%def>
7 7
8 <%def name="breadcrumbs_links()"> 8 <%def name="breadcrumbs_links()">
9 ${_('My Account')} 9 ${_('My Account')}
10 </%def> 10 </%def>