Files
dss/core/widgets/upload.py
Fergal Moran 0813b4cef5 Housekeeping
2012-09-12 09:47:40 +01:00

4 lines
105 B
Python
Executable File

from django.forms.widgets import ClearableFileInput
class FileUploadWidget(ClearableFileInput):
pass