Add basic import/export handler views, tool to run jobs
This commit is contained in:
parent
95da490f9a
commit
282185c5af
7 changed files with 744 additions and 77 deletions
12
tailbone/templates/importing/index.mako
Normal file
12
tailbone/templates/importing/index.mako
Normal file
|
@ -0,0 +1,12 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<%inherit file="/master/index.mako" />
|
||||
|
||||
<%def name="render_grid_component()">
|
||||
<p class="block">
|
||||
${request.rattail_config.get_app().get_title()} can run import / export jobs for the following:
|
||||
</p>
|
||||
${parent.render_grid_component()}
|
||||
</%def>
|
||||
|
||||
|
||||
${parent.body()}
|
Loading…
Add table
Add a link
Reference in a new issue