And some more tweaks..
This commit is contained in:
parent
6252c3f777
commit
2a8dc14e1c
|
@ -98,7 +98,6 @@
|
|||
|
||||
<div class="panel-grid" id="product-costs">
|
||||
<h2>Vendor Sources</h2>
|
||||
% if product.costs:
|
||||
<div class="grid full hoverable no-border">
|
||||
<table>
|
||||
<thead>
|
||||
|
@ -123,16 +122,10 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
% else:
|
||||
<div class="panel-body">
|
||||
<p>None on file.</p>
|
||||
</div>
|
||||
% endif
|
||||
</div>
|
||||
|
||||
<div class="panel-grid" id="product-codes">
|
||||
<h2>Additional Lookup Codes</h2>
|
||||
% if product.codes:
|
||||
<div class="grid full hoverable no-border">
|
||||
<table>
|
||||
<thead>
|
||||
|
@ -147,11 +140,6 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
% else:
|
||||
<div class="panel-body">
|
||||
<p>None on file.</p>
|
||||
</div>
|
||||
% endif
|
||||
</div>
|
||||
|
||||
</div> <!-- right column -->
|
||||
|
|
Loading…
Reference in a new issue