Fundraising in PDF.
[wolnelektury.git] / src / search / fields.py
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.
3 #
4 from django.forms.widgets import RadioSelect
5
6
7 class InlineRadioWidget(RadioSelect):
8     option_template_name = 'search/inline_radio_widget_option.html'