mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 21:38:48 +00:00
fix usage of old html tags
This commit is contained in:
parent
583f8faf66
commit
688cb7469c
@ -6,6 +6,6 @@
|
|||||||
|
|
||||||
<em>This location has no sublocations!</em>
|
<em>This location has no sublocations!</em>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>Location Name</b>: {{ location.name }}</li>
|
<li><strong>Location Name</strong>: {{ location.name }}</li>
|
||||||
<li><b>Location Path</b>: {{ location.pathstring }}</li>
|
<li><strong>Location Path</strong>: {{ location.pathstring }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user