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

@ -79,7 +79,7 @@
${self.context_menu_items()}
</ul>
% if status_breakdown is not Undefined:
% if status_breakdown is not Undefined and status_breakdown is not None:
<div class="object-helper">
<h3>Row Status Breakdown</h3>
<div class="object-helper-content">

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()}