Remove some more edbob cruft.
This commit is contained in:
parent
9806c7a0a2
commit
8bf292ebac
14 changed files with 136 additions and 124 deletions
|
@ -1,9 +1,9 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
<%inherit file="edbob.pyramid:templates/crud.mako" />
|
||||
<%inherit file="/crud.mako" />
|
||||
|
||||
<%def name="head_tags()">
|
||||
${parent.head_tags()}
|
||||
${h.stylesheet_link(request.static_url('edbob.pyramid:static/css/perms.css'))}
|
||||
${h.stylesheet_link(request.static_url('tailbone:static/css/perms.css'))}
|
||||
</%def>
|
||||
|
||||
<%def name="context_menu_items()">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue