Revert "a11y: add custom rendering for radio inputs (#54642)"

This reverts commit 6b941855c8.
This commit is contained in:
Frédéric Péters 2021-08-24 18:46:08 +02:00
parent c2a3a4ebc9
commit beff3e0863
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
{% extends "gadjo/widget.html" %}
{% block widget-attrs %}role="radiogroup"{% endblock %}
{% block widget-control %}
{% for option in field %}
{{ option }}
{% endfor %}
{% endblock %}