Changeset - 2a1e00eee2ef
[Not reviewed]
0 0 1
Ben Sturmfels (bsturmfels) - 2 years ago 2021-12-03 00:58:26
ben@sturm.com.au
Add missing forms.py.
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/apps/ccs_upload/forms.py
Show inline comments
 
new file 100644
 
from django import forms
 

	
 

	
 
class UploadForm(forms.Form):
 
    file = forms.FileField()
0 comments (0 inline, 0 general)