2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

show base url in settings

This commit is contained in:
Matthias
2021-09-18 02:09:22 +02:00
parent ca1fce4cf3
commit dafed332bc
2 changed files with 11 additions and 0 deletions

View File

@ -22,4 +22,10 @@
</tbody>
</table>
{% if plugin.has_urls %}
<h4>{% trans "URLs" %}</h4>
<p>{% blocktrans with base=plugin.base_url %}The Base-URL for this plugin is <strong>{{ base }}</strong>.{% endblocktrans %}</p>
{% endif %}
{% endblock %}