Changeset - 3cf0603cd4f5
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 16 years ago 2010-04-10 16:43:34
marcin@python-blog.com
Templating small fixes
2 files changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/base/base.html
Show inline comments
 
@@ -20,7 +20,7 @@
 
    </div>
 
    ${next.main()}
 
    <div class="page-footer">
 
        Mercurial
 
        Mercurial App &copy; 2010
 
    </div>   
 

	
 
    <div id="powered-by">
pylons_app/templates/users.html
Show inline comments
 
@@ -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>
0 comments (0 inline, 0 general)