From aa120a819782087245d87da6c41c1c630ed5300b Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 18 Sep 2021 02:48:25 +0200 Subject: [PATCH] open in new tab --- InvenTree/templates/InvenTree/settings/plugin_settings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/templates/InvenTree/settings/plugin_settings.html b/InvenTree/templates/InvenTree/settings/plugin_settings.html index c7fd11d4ea..f77093b91a 100644 --- a/InvenTree/templates/InvenTree/settings/plugin_settings.html +++ b/InvenTree/templates/InvenTree/settings/plugin_settings.html @@ -25,7 +25,7 @@ {% if plugin.has_urls %}

{% trans "URLs" %}

{% define plugin.base_url as base %} -

{% blocktrans %}The Base-URL for this plugin is {{ base }}.{% endblocktrans %}

+

{% blocktrans %}The Base-URL for this plugin is {{ base }}.{% endblocktrans %}

@@ -40,7 +40,7 @@ - + {% endif %}{% endfor %}
{{key}} {{entry.1}}{% trans 'open' %}{% trans 'open in new tab' %}