diff --git a/infoscreen/models.py b/infoscreen/models.py index 73fd5a9..ff1613d 100644 --- a/infoscreen/models.py +++ b/infoscreen/models.py @@ -406,4 +406,3 @@ class UploadFileForm(forms.Form): name = forms.CharField() video = forms.FileField() -