InvenTree/InvenTree/templates/url.html

7 lines
106 B
HTML
Raw Normal View History

{% if url %}
<a href="{{ url }}">
{% if text %}{{ text }}
{% else %}{{ url }}
{% endif %}
</a>
{% endif %}