##// END OF EJS Templates
Added application settings, are now customizable from database...
Added application settings, are now customizable from database fixed all instances of sqlachemy to be removed() after execution.

File last commit:

r252:3782a6d6 default
r350:664a5b8c default
Show More
permissions.html
21 lines | 409 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%inherit file="/base/base.html"/>
<%def name="title()">
${_('Permissions administration')}
</%def>
<%def name="breadcrumbs()">
${h.link_to(u'Admin',h.url('admin_home'))}
/
${_('Permissions')}
</%def>
<%def name="page_nav()">
${self.menu('admin')}
${self.submenu('permissions')}
</%def>
<%def name="main()">
<div>
<h2>${_('Permissions')}</h2>
</div>
</%def>