2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

replace i html tags

This commit is contained in:
Matthias
2021-09-02 00:18:47 +02:00
parent 6a420fd95c
commit 0ebc45e834
27 changed files with 45 additions and 45 deletions

View File

@ -8,7 +8,7 @@
<p>
<strong>{{ name }}</strong><br>
{{ description }}<br>
<i>{% trans "Current value" %}: {{ value }}</i>
<em>{% trans "Current value" %}: {{ value }}</em>
</p>
-->
{% endblock %}