diff --git a/InvenTree/templates/InvenTree/settings/plugin_details.html b/InvenTree/templates/InvenTree/settings/plugin_details.html index 109c1b6d5a..7b8d8568d9 100644 --- a/InvenTree/templates/InvenTree/settings/plugin_details.html +++ b/InvenTree/templates/InvenTree/settings/plugin_details.html @@ -8,12 +8,7 @@ {% else %} {% endif %} - - {% if plugin.human_name %} {{ plugin.human_name }} - {% elif plugin.name %} - {{ plugin.name }} - {% endif %} {% define plugin.registered_mixins as mixin_list %}