mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-26 11:21:24 +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"
|