small update

This commit is contained in:
Faheed 2025-12-11 17:12:04 +03:00
parent c41de5ef55
commit d5dda99169

View File

@ -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):