mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-22 09:18:13 +00:00
4 lines
105 B
Python
4 lines
105 B
Python
from django.forms.widgets import ClearableFileInput
|
|
|
|
class FileUploadWidget(ClearableFileInput):
|
|
pass |