medor.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

widgets.py
text/x-python

Download raw (247 bytes)

from django.forms.widgets import CheckboxSelectMultiple


class CustomCheckboxSelectMultiple(CheckboxSelectMultiple):
    template_name = 'subscribe/widgets/checkbox_select.html'
    option_template_name = 'subscribe/widgets/checkbox_option.html'