diff pylons_app/templates/admin/users/user_edit.html @ 230:d982ed8e32d8

Admin templating updates, added rest permission controllers
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 27 May 2010 00:44:49 +0200
parents c8162373f214
children a55c17874486
line wrap: on
line diff
--- a/pylons_app/templates/admin/users/user_edit.html	Thu May 27 00:26:02 2010 +0200
+++ b/pylons_app/templates/admin/users/user_edit.html	Thu May 27 00:44:49 2010 +0200
@@ -7,6 +7,7 @@
 <%def name="breadcrumbs()">
 	${h.link_to(u'Admin',h.url('admin_home'))}
 	 /  
+	${_('Users')}
 </%def>
 <%def name="page_nav()">
 	${self.menu('admin')}