diff pylons_app/templates/admin/users/user_add.html @ 174:fec7d0707e72

fixed html in admin templates. Litle refactors
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 May 2010 20:27:28 +0200
parents 7c96c0783d43
children 11e8eb5a92e3
line wrap: on
line diff
--- a/pylons_app/templates/admin/users/user_add.html	Fri May 21 03:03:09 2010 +0200
+++ b/pylons_app/templates/admin/users/user_add.html	Fri May 21 20:27:28 2010 +0200
@@ -3,8 +3,6 @@
     ${_('User')} - ${_('add new')}
 </%def>
 <%def name="breadcrumbs()">
-    ${h.link_to(u'Home',h.url('/'))}
-    / 
     ${h.link_to(u'Admin',h.url('admin_home'))}
     /
     ${h.link_to(u'Users',h.url('users'))}