Delete unused code (#6026)

* Delete unused code

* Delete template
This commit is contained in:
Raphael Michel
2026-04-20 16:56:50 +02:00
committed by GitHub
parent c04be5c0d9
commit d0d76ffddc
2 changed files with 0 additions and 46 deletions

View File

@@ -1,3 +0,0 @@
{% load rich_text %}
<label{% if widget.attrs.id %} for="{{ widget.attrs.id }}"{% endif %}>{% include "django/forms/widgets/input.html" %} {{ widget.label }}</label> {% if widget.attrs.description %}<span class="fa fa-info-circle toggle-variation-description" aria-hidden="true"></span>
<div class="variation-description addon-variation-description">{{ widget.attrs.description|rich_text }}</div>{% endif %}