From 112e04381e89f110932637a8087e5576229e33b5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 11 Nov 2021 12:20:22 +0100 Subject: [PATCH] fix badges --- 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 b13e075fab..666fdd4a47 100644 --- a/InvenTree/templates/InvenTree/settings/plugin.html +++ b/InvenTree/templates/InvenTree/settings/plugin.html @@ -50,7 +50,7 @@ {% if mixin_list %} {% for mixin in mixin_list %} - {% blocktrans with name=mixin.human_name %}has {{name}}{% endblocktrans %} + {% blocktrans with name=mixin.human_name %}has {{name}}{% endblocktrans %} {% endfor %} {% endif %}