2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 22:06:28 +00:00

german translation, HTML tags refactored

This commit is contained in:
Andreas Kaiser
2021-03-06 21:52:57 +01:00
parent ae3a0133eb
commit 48cd227f06
6 changed files with 208 additions and 346 deletions

View File

@ -13,7 +13,7 @@
{% block details %}
{% if part.is_template %}
<div class='alert alert-info alert-block'>
Showing stock for all variants of <i>{{ part.full_name }}</i>
{% trans 'Showing stock for all variants of' %} <i>{{ part.full_name }}</i>
</div>
{% endif %}