mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix display for top-level category
This commit is contained in:
parent
414a981858
commit
1dfda5b0ed
@ -138,13 +138,13 @@
|
|||||||
<div class='panel-heading'>
|
<div class='panel-heading'>
|
||||||
<h4>
|
<h4>
|
||||||
{% block heading %}
|
{% block heading %}
|
||||||
<!-- Heading goes here -->
|
{% trans "Part Categories" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class='panel-content'>
|
<div class='panel-content'>
|
||||||
{% block details %}
|
{% block details %}
|
||||||
<!-- Content goes here -->
|
<table class='table table-striped table-condensed' id='part-table'></table>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user