Fix display for top-level category

This commit is contained in:
Oliver Walters 2021-02-26 13:03:03 +11:00
parent 414a981858
commit 1dfda5b0ed

View File

@ -138,13 +138,13 @@
<div class='panel-heading'>
<h4>
{% block heading %}
<!-- Heading goes here -->
{% trans "Part Categories" %}
{% endblock %}
</h4>
</div>
<div class='panel-content'>
{% block details %}
<!-- Content goes here -->
<table class='table table-striped table-condensed' id='part-table'></table>
{% endblock %}
</div>
</div>