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 %} -
- - -