mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-23 09:35:30 +00:00
Moved top-level templates to a top-level dir
It just seems fitting is all
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{% if url %}
|
||||
<a href="{{ url }}">
|
||||
{% if text %}{{ text }}
|
||||
{% else %}{{ url }}
|
||||
{% endif %}
|
||||
</a>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user