Fix: replace-all now handles the case where new string contains the old one as a...
[redakcja.git] / apps / fileupload / forms.py
index b29d318..f5e1069 100644 (file)
@@ -1,4 +1,4 @@
 from django import forms
 
 class UploadForm(forms.Form):
-    file  = forms.FileField()
+    files = forms.FileField()