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 %}
{% 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 %}