Files @ 1f740f512874
Branch filter:

Location: website/www/conservancy/apps/ccs_upload/forms.py

pono
add new tshirt design to /sustainers

fixed width on 'Become a Sustainer' button
1
2
3
4
5
from django import forms


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