Changeset - e2600310e0b2
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 16 years ago 2010-04-14 00:51:23
marcin@python-blog.com
bugfix fot admin template
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/admin.html
Show inline comments
 
@@ -34,7 +34,7 @@
 
    <br/>
 
    <div>
 
        <h2>Welcome ${c.admin_username}</h2>
 
        <div>${_('Last 10 user actions')</div>
 
        <div>${_('Last 10 user actions')}</div>
 
        %if c.users_log:
 
	        <table>
 
	        <tr>
0 comments (0 inline, 0 general)