a6e43d1658
More refactoring here but hopefully not that important..
11 lines
248 B
Mako
11 lines
248 B
Mako
## -*- coding: utf-8 -*-
|
|
<%inherit file="/master/create.mako" />
|
|
|
|
<%def name="title()">New ${row_model_title}</%def>
|
|
|
|
<%def name="context_menu_items()">
|
|
<li>${h.link_to("Back to {}".format(model_title), index_url)}</li>
|
|
</%def>
|
|
|
|
${parent.body()}
|
|
|