Files @ ea271641d4c0
Branch filter:

Location: website/conservancy/ccs_upload/forms.py

paulv
update path -- website/systemd is now website/deploy/systemd
1
2
3
4
5
from django import forms


class UploadForm(forms.Form):
    file = forms.FileField()