From d2a68125ff2818950f1b202e72afd44ecfc962da Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 5 Sep 2021 18:35:58 +0200 Subject: [PATCH] cleanup --- InvenTree/templates/account/base.html | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/InvenTree/templates/account/base.html b/InvenTree/templates/account/base.html index ff4613ead1..9e9272c478 100644 --- a/InvenTree/templates/account/base.html +++ b/InvenTree/templates/account/base.html @@ -45,17 +45,6 @@ {% endif %} -
- {% if part.variant_of %} -
- {% object_link 'part-detail' part.variant_of.id part.variant_of.full_name as link %} - {% blocktrans %}This part is a variant of {{link}}{% endblocktrans %} -
- {% endif %} -
- - -