turns out properties are not callable
[redakcja.git] / apps / fileupload / forms.py
index b29d318..368c0ab 100644 (file)
@@ -1,4 +1,6 @@
+# -*- coding: utf-8 -*-
 from django import forms
 
+
 class UploadForm(forms.Form):
-    file  = forms.FileField()
+    files = forms.FileField()