Merge pull request #1620 from SchrodingersGat/template-fix

Fix part page heading
This commit is contained in:
Oliver 2021-05-29 19:05:26 +10:00 committed by GitHub
commit 4aa75c25c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@
<div class='panel-heading'> <div class='panel-heading'>
<h4> <h4>
{% block heading %} {% block heading %}
{% trans "Part Categories" %} {% trans "Parts" %}
{% endblock %} {% endblock %}
</h4> </h4>
</div> </div>