Add configurable template file for vendor catalog batch
This commit is contained in:
parent
ad110c2ce2
commit
f89dc88c0e
4 changed files with 20 additions and 9 deletions
9
tailbone/templates/batch/vendorcatalog/configure.mako
Normal file
9
tailbone/templates/batch/vendorcatalog/configure.mako
Normal file
|
@ -0,0 +1,9 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<%inherit file="/configure.mako" />
|
||||
|
||||
<%def name="form_content()">
|
||||
${self.input_file_templates_section()}
|
||||
</%def>
|
||||
|
||||
|
||||
${parent.body()}
|
Loading…
Add table
Add a link
Reference in a new issue