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:
5
InvenTree/templates/yesnolabel.html
Normal file
5
InvenTree/templates/yesnolabel.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% if value %}
|
||||
<span class='label label-success'>Yes</span>
|
||||
{% else %}
|
||||
<span class='label label-warning'>No</span>
|
||||
{% endif %}
|
Reference in New Issue
Block a user