small update
This commit is contained in:
parent
c41de5ef55
commit
d5dda99169
@ -318,13 +318,15 @@ class PersonForm(forms.ModelForm):
|
||||
pass
|
||||
|
||||
return email.strip()
|
||||
def clean_gpa(self):
|
||||
gpa=self.cleaned_data.get('gpa')
|
||||
pass
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return email
|
||||
|
||||
class ApplicationForm(forms.ModelForm):
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user