2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Plugin load fix (#3768)

* Catch potential secondary PackageNotFoundError

* Plugin template tweaks
This commit is contained in:
Oliver
2022-10-11 23:15:24 +11:00
committed by GitHub
parent c146256170
commit 86b72549a2
3 changed files with 11 additions and 4 deletions

View File

@ -7,7 +7,7 @@
{% block heading %}
{% blocktrans with name=plugin.human_name %}Plugin details for {{name}}{% endblocktrans %}
{% trans "Plugin" %}: <em>{{ plugin.human_name }}</em>
{% endblock %}
{% block content %}