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'> <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>