Add configurable template file for vendor catalog batch

This commit is contained in:
Lance Edgar 2022-01-06 12:53:01 -06:00
parent ad110c2ce2
commit f89dc88c0e
4 changed files with 20 additions and 9 deletions

View file

@ -0,0 +1,9 @@
## -*- coding: utf-8; -*-
<%inherit file="/configure.mako" />
<%def name="form_content()">
${self.input_file_templates_section()}
</%def>
${parent.body()}