6 lines
110 B
Python
6 lines
110 B
Python
from crispy_forms.layout import Field
|
|
|
|
|
|
class BulmaFileUpload(Field):
|
|
template = "bulma/file_upload.html"
|