diff --git a/pylons_app/templates/users.html b/pylons_app/templates/admin/users/users.html copy from pylons_app/templates/users.html copy to pylons_app/templates/admin/users/users.html --- a/pylons_app/templates/users.html +++ b/pylons_app/templates/admin/users/users.html @@ -1,4 +1,4 @@ -<%inherit file="base/base.html"/> +<%inherit file="/base/base.html"/> <%def name="title()"> ${_('Repository managment')}