c57e2e17cc
this also removes some old UI stuff for the first attempt at continuum versioning..among other cruft
10 lines
223 B
Mako
10 lines
223 B
Mako
## -*- coding: utf-8; -*-
|
|
<%inherit file="/master/view.mako" />
|
|
|
|
<%def name="extra_styles()">
|
|
${parent.extra_styles()}
|
|
${h.stylesheet_link(request.static_url('tailbone:static/css/perms.css'))}
|
|
</%def>
|
|
|
|
${parent.body()}
|
|
|