From f97ffaf9c3d89a0a13ec43cc9db85014cdc7e168 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 30 Dec 2021 23:08:33 +1100 Subject: [PATCH] Visual tweak to settings page --- InvenTree/templates/InvenTree/settings/plugin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/InvenTree/settings/plugin.html b/InvenTree/templates/InvenTree/settings/plugin.html index e9f33bedaf..ac3129eddc 100644 --- a/InvenTree/templates/InvenTree/settings/plugin.html +++ b/InvenTree/templates/InvenTree/settings/plugin.html @@ -70,7 +70,7 @@ {% if mixin_list %} {% for mixin in mixin_list %} - {% blocktrans with name=mixin.human_name %}has {{name}}{% endblocktrans %} + {{ mixin.human_name }} {% endfor %} {% endif %}