From b89588ffb7c0c7a40dc28cfdae399400a5122bd0 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 3 Sep 2020 00:00:03 +1000 Subject: [PATCH] variant of link links to variants page --- InvenTree/part/templates/part/part_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index 5cdeccea13..bef5a52896 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -18,7 +18,7 @@ {% endif %} {% if part.variant_of %}
- {% trans "This part is a variant of" %} {{ part.variant_of.full_name }} + {% trans "This part is a variant of" %} {{ part.variant_of.full_name }}
{% endif %}