[69ab9e]: / project / signin / forms.py

Download this file

14 lines (10 with data), 339 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
from django import forms
class resetpwd(forms.Form):
emailid= forms.CharField(max_length=100)
#pwd = forms.CharField(max_length=100)
newpwd= forms.CharField(max_length=100)
otp=forms.CharField(max_length=6)
class upload(forms.Form):
Axial = forms.FileField()
Coronal = forms.FileField()
Sagittal = forms.FileField()