9 lines
186 B
Mako
9 lines
186 B
Mako
<%inherit file="/employees/base.mako" />
|
|
<%inherit file="/crud.mako" />
|
|
|
|
<%def name="menu()">
|
|
<p>${h.link_to("Back to Employees", url('employees.list'))}</p>
|
|
</%def>
|
|
|
|
${parent.body()}
|
|
|