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