Files

6 lines
112 B
Python

from crispy_forms.layout import Field
class Switch(Field):
template = "crispy-daisyui/layout/switch.html"