##// END OF EJS Templates
added session remove in forms, and added name and lastname to auth user
added session remove in forms, and added name and lastname to auth user

File last commit:

r252:3782a6d6 default
r355:5bbcc0ca default
Show More
permissions.html
21 lines | 409 B | text/html | HtmlLexer
Admin templating updates, added rest permission controllers
r230 ## -*- 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>
licensing updates, code cleanups
r252
Admin templating updates, added rest permission controllers
r230 </div>
</%def>