Changeset - 19944fc4f872
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-06-28 23:31:03
marcin@python-works.com
fixed admin, html template
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/admin/admin.html
Show inline comments
 
@@ -13,7 +13,7 @@
 
</%def>
 
<%def name="main()">
 
    <div>
 
        <h2>Welcome ${c.admin_username}</h2>
 
        <h2>Welcome ${c.hg_app_user.username}</h2>
 
		    <div id="user_log">
 
				${c.log_data}
 
			</div>
0 comments (0 inline, 0 general)