mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-26 03:09:40 +00:00
Initial commit
This commit is contained in:
4
core/widgets/upload.py
Executable file
4
core/widgets/upload.py
Executable file
@@ -0,0 +1,4 @@
|
||||
from django.forms.widgets import ClearableFileInput
|
||||
|
||||
class FileUploadWidget(ClearableFileInput):
|
||||
pass
|
||||
Reference in New Issue
Block a user