changeset 63:3cf0603cd4f5

Templating small fixes
author Marcin Kuzminski <marcin@python-blog.com>
date Sat, 10 Apr 2010 16:43:34 +0200
parents 4df4c0eac619
children 08707974eae4
files pylons_app/templates/base/base.html pylons_app/templates/users.html
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
     </div>
     ${next.main()}
     <div class="page-footer">
-        Mercurial
+        Mercurial App &copy; 2010
     </div>   
 
     <div id="powered-by">
--- 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 @@
                 <tr>
                     <td>${user.user_id}</td>
                     <td>${h.link_to(user.username,h.url('edit_user', id=user.user_id))}</td>
-                    <td>${user.password}</td>
                     <td>${user.active}</td>
                     <td>${user.admin}</td>
                     <td>