##// END OF EJS Templates
fixed admin, html template
marcink -
r308:19944fc4 default
parent child Browse files
Show More
@@ -13,7 +13,7 b''
13 13 </%def>
14 14 <%def name="main()">
15 15 <div>
16 <h2>Welcome ${c.admin_username}</h2>
16 <h2>Welcome ${c.hg_app_user.username}</h2>
17 17 <div id="user_log">
18 18 ${c.log_data}
19 19 </div>
General Comments 0
You need to be logged in to leave comments. Login now