##// END OF EJS Templates
fixed admin, html template
marcink -
r308:19944fc4 default
parent child Browse files
Show More
@@ -1,21 +1,21 b''
1 1 ## -*- coding: utf-8 -*-
2 2 <%inherit file="/base/base.html"/>
3 3
4 4 <%def name="title()">
5 5 ${_('Administration')}
6 6 </%def>
7 7 <%def name="breadcrumbs()">
8 8 ${h.link_to(u'Admin',h.url('admin_home'))}
9 9 </%def>
10 10 <%def name="page_nav()">
11 11 ${self.menu('admin')}
12 12 ${self.submenu('')}
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>
20 20 </div>
21 21 </%def> No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now