2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00
Files
InvenTree/InvenTree/templates/url.html
Matthias Mair 74726f0fda fix endline
2022-05-20 13:35:07 +02:00

8 lines
107 B
HTML

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