Some aesthetic improvements for vendor catalog batch

hopefully they're improvements...
This commit is contained in:
Lance Edgar 2022-01-07 15:03:56 -06:00
parent f89dc88c0e
commit ab61778d35
5 changed files with 124 additions and 17 deletions

View file

@ -0,0 +1,13 @@
## -*- coding: utf-8; -*-
<%inherit file="/master/view_row.mako" />
<%def name="render_buefy_form()">
<div class="form">
<tailbone-form></tailbone-form>
<br />
${catalog_entry_diff.render_html()}
</div>
</%def>
${parent.body()}