Remove outdated comment

This commit is contained in:
Erin Song 2024-11-22 11:43:54 -08:00
parent 36b78e9cea
commit 3f66face60
No known key found for this signature in database

View file

@ -1,4 +1,3 @@
<!-- Exclude extraneous legend from radio elements -->
<{{ label_tag }}
class="{% if label_classes %} {{ label_classes }}{% endif %}{% if label_tag == 'legend' %} {{ legend_classes }}{% endif %}"
{% if not field.use_fieldset %}for="{{ widget.attrs.id }}"{% endif %}