This website requires JavaScript.
Explore
Help
Sign In
bkinnightskytw
/
InvenTree
mirror of
https://github.com/inventree/InvenTree.git
Watch
1
Star
0
Fork
You've already forked InvenTree
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d9fddf64f1
InvenTree
/
InvenTree
/
templates
/
url.html
7 lines
106 B
HTML
Raw
Blame
History
{% if url %}
<
a
href
=
"{{ url }}"
>
{% if text %}{{ text }}
{% else %}{{ url }}
{% endif %}
<
/
a
>
{% endif %}
Reference in New Issue
View Git Blame
Copy Permalink