2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-10 05:40:55 +00:00

Moved top-level templates to a top-level dir

It just seems fitting is all
This commit is contained in:
Oliver
2018-04-17 23:42:25 +10:00
parent 8856d7f793
commit 34d240c6e8
7 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{% if value %}
<span class='label label-success'>Yes</span>
{% else %}
<span class='label label-warning'>No</span>
{% endif %}