mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-08-07 04:18:46 +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"
|