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:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user