Some aesthetic improvements for vendor catalog batch
hopefully they're improvements...
This commit is contained in:
parent
f89dc88c0e
commit
ab61778d35
5 changed files with 124 additions and 17 deletions
13
tailbone/templates/batch/vendorcatalog/view_row.mako
Normal file
13
tailbone/templates/batch/vendorcatalog/view_row.mako
Normal 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()}
|
Loading…
Add table
Add a link
Reference in a new issue