Various tweaks to base batch views.

These were made to support a non-file batch; apparently that use case
hadn't seen much attention yet.
This commit is contained in:
Lance Edgar 2015-08-18 21:17:15 -05:00
parent e688471732
commit 6feb488884
2 changed files with 50 additions and 17 deletions

View file

@ -1,7 +1,7 @@
## -*- coding: utf-8 -*-
<%inherit file="/crud.mako" />
<%def name="title()">Upload ${batch_display}</%def>
<%def name="title()">New ${batch_display}</%def>
<%def name="context_menu_items()">
% if request.has_perm('{0}.view'.format(permission_prefix)):