##// END OF EJS Templates
fixed bug in admin template
marcink -
r159:96285f90 default
parent child Browse files
Show More
@@ -20,8 +20,10 b''
20 ${h.link_to(u'Admin',h.url('admin_home'))}
20 ${h.link_to(u'Admin',h.url('admin_home'))}
21 </%def>
21 </%def>
22 <%def name="page_nav()">
22 <%def name="page_nav()">
23 <li>${h.link_to(u'Home',h.url('/'))}</li>
23 <ul class="page-nav">
24 <li class="current">${_('Admin')}</li>
24 <li>${h.link_to(u'Home',h.url('/'))}</li>
25 <li class="current">${_('Admin')}</li>
26 </ul>
25 </%def>
27 </%def>
26 <%def name="main()">
28 <%def name="main()">
27 %if c.admin_user:
29 %if c.admin_user:
General Comments 0
You need to be logged in to leave comments. Login now