mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-29 21:52:09 +02:00
6 lines
112 B
Python
6 lines
112 B
Python
from crispy_forms.layout import Field
|
|
|
|
|
|
class Switch(Field):
|
|
template = "crispy-daisyui/layout/switch.html"
|