From fc3188513b97ec0e564f9627330c34abcc8ab77f Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 18 Sep 2021 01:37:53 +0200 Subject: [PATCH] Links in plugin badges --- InvenTree/templates/InvenTree/settings/plugin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/templates/InvenTree/settings/plugin.html b/InvenTree/templates/InvenTree/settings/plugin.html index 5502a3b716..515bd41132 100644 --- a/InvenTree/templates/InvenTree/settings/plugin.html +++ b/InvenTree/templates/InvenTree/settings/plugin.html @@ -27,10 +27,10 @@ {{plugin_key}} - {{ plugin.plugin_name}} {% if plugin.has_urls %} - {% trans 'Has urls' %} + {% trans 'Has urls' %} {% endif %} {% if plugin.has_settings %} - {% trans 'Has settings' %} + {% trans 'Has settings' %} {% endif %}