tailbone/rattail/pyramid/templates/brands/index.mako

12 lines
252 B
Text
Raw Normal View History

2012-09-24 15:39:54 -07:00
<%inherit file="/grid.mako" />
<%def name="title()">Brands</%def>
<%def name="context_menu_items()">
% if request.has_perm('brands.create'):
<li>${h.link_to("Create a new Brand", url('brand.create'))}</li>
% endif
</%def>
${parent.body()}