mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
fix usage of old html tags
This commit is contained in:
@ -6,6 +6,6 @@
|
||||
|
||||
<em>This location has no sublocations!</em>
|
||||
<ul>
|
||||
<li><b>Location Name</b>: {{ location.name }}</li>
|
||||
<li><b>Location Path</b>: {{ location.pathstring }}</li>
|
||||
<li><strong>Location Name</strong>: {{ location.name }}</li>
|
||||
<li><strong>Location Path</strong>: {{ location.pathstring }}</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user