mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-01 05:34:17 +00:00
4 lines
105 B
Python
Executable File
4 lines
105 B
Python
Executable File
from django.forms.widgets import ClearableFileInput
|
|
|
|
class FileUploadWidget(ClearableFileInput):
|
|
pass |