Add better support for "make import batch from file" pattern
This commit is contained in:
parent
0375d66b91
commit
4fa9ab3c6e
6 changed files with 80 additions and 6 deletions
|
@ -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">
|
||||
|
|
6
tailbone/templates/master/import_file.mako
Normal file
6
tailbone/templates/master/import_file.mako
Normal 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()}
|
Loading…
Add table
Add a link
Reference in a new issue