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

change templates to new way

This commit is contained in:
Matthias
2021-12-04 02:19:12 +01:00
parent febc51466a
commit 1ba7110cda
2 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,7 @@
{% load inventree_extras %}
{% block title %}
{% blocktrans with part=part.name %} The available stock for {{ part }} has fallen below the configured minimum level{% endblocktrans %}
{{ message }}
{% if link %}
<p>{% trans "Click on the following link to view this part" %}: <a href="{{ link }}">{{ link }}</a></p>
{% endif %}