few issue resolved and alo the ui inconsistent and apearance and detail issue resolved #99

Merged
ismail merged 5 commits from frontend into main 2025-12-12 14:14:27 +03:00
Showing only changes of commit d5dda99169 - Show all commits

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