# HG changeset patch # User Marcin Kuzminski # Date 2010-04-10 16:43:34 # Node ID 3cf0603cd4f527ce45dc85baae6efe8e5690f25e # Parent 4df4c0eac619e850ad6b6dec4ff4525dff9b5a6e Templating small fixes diff --git a/pylons_app/templates/base/base.html b/pylons_app/templates/base/base.html --- a/pylons_app/templates/base/base.html +++ b/pylons_app/templates/base/base.html @@ -20,7 +20,7 @@ ${next.main()}
diff --git a/pylons_app/templates/users.html b/pylons_app/templates/users.html --- a/pylons_app/templates/users.html +++ b/pylons_app/templates/users.html @@ -36,7 +36,6 @@ ${user.user_id} ${h.link_to(user.username,h.url('edit_user', id=user.user_id))} - ${user.password} ${user.active} ${user.admin}