From 1296e631d92e57b007dd8950a69bf534b7219d6b Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 18 Sep 2021 02:15:05 +0200 Subject: [PATCH] link to base in plugin site --- 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 2a84e976af..5a6dae2cf2 100644 --- a/InvenTree/templates/InvenTree/settings/plugin_settings.html +++ b/InvenTree/templates/InvenTree/settings/plugin_settings.html @@ -24,8 +24,8 @@ {% if plugin.has_urls %}

{% trans "URLs" %}

- -

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

+ {% define plugin.base_url as base %} +

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

{% endif %} {% endblock %}