From 3a6755a659fe92963b8bee8378638e28271dd369 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 2 Nov 2022 22:02:20 +1100 Subject: [PATCH] Simplify template rendering --- InvenTree/templates/InvenTree/settings/plugin_details.html | 5 ----- 1 file changed, 5 deletions(-) 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 %}