8 lines
154 B
Mako
8 lines
154 B
Mako
<%inherit file="/crud.mako" />
|
|
|
|
<%def name="context_menu_items()">
|
|
<p>${h.link_to("Back to Customers", url('customers'))}</p>
|
|
</%def>
|
|
|
|
${parent.body()}
|
|
|