mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-25 02:41:15 +01: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"
|