Add better support for "make import batch from file" pattern

This commit is contained in:
Lance Edgar 2018-11-22 20:26:28 -06:00
parent 0375d66b91
commit 4fa9ab3c6e
6 changed files with 80 additions and 6 deletions

View file

@ -0,0 +1,6 @@
## -*- coding: utf-8; -*-
<%inherit file="/master/create.mako" />
<%def name="title()">Import ${model_title_plural} from ${importer_host_title}</%def>
${parent.body()}