1 # This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
4 from django.forms.widgets import RadioSelect
7 class InlineRadioWidget(RadioSelect):
8 option_template_name = 'search/inline_radio_widget_option.html'