# HG changeset patch # User Marcin Kuzminski # Date 1270910614 -7200 # Node ID 3cf0603cd4f527ce45dc85baae6efe8e5690f25e # Parent 4df4c0eac619e850ad6b6dec4ff4525dff9b5a6e Templating small fixes diff -r 4df4c0eac619 -r 3cf0603cd4f5 pylons_app/templates/base/base.html --- a/pylons_app/templates/base/base.html Sat Apr 10 16:42:08 2010 +0200 +++ b/pylons_app/templates/base/base.html Sat Apr 10 16:43:34 2010 +0200 @@ -20,7 +20,7 @@ ${next.main()}
diff -r 4df4c0eac619 -r 3cf0603cd4f5 pylons_app/templates/users.html --- a/pylons_app/templates/users.html Sat Apr 10 16:42:08 2010 +0200 +++ b/pylons_app/templates/users.html Sat Apr 10 16:43:34 2010 +0200 @@ -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}