Fixes placing of the alt and title attributes in gallery_view template (related:...
[redakcja.git] / apps / fileupload / forms.py
1 from django import forms
2
3 class UploadForm(forms.Form):
4     files = forms.FileField()