link to base in plugin site

This commit is contained in:
Matthias 2021-09-18 02:15:05 +02:00
parent dafed332bc
commit 1296e631d9
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -24,8 +24,8 @@
{% if plugin.has_urls %} {% if plugin.has_urls %}
<h4>{% trans "URLs" %}</h4> <h4>{% trans "URLs" %}</h4>
{% define plugin.base_url as base %}
<p>{% blocktrans with base=plugin.base_url %}The Base-URL for this plugin is <strong>{{ base }}</strong>.{% endblocktrans %}</p> <p>{% blocktrans %}The Base-URL for this plugin is <a href="/{{ base }}"><strong>{{ base }}</strong></a>.{% endblocktrans %}</p>
{% endif %} {% endif %}
{% endblock %} {% endblock %}