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:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user