Currently the applications forms are defined in resume/forms.py
It would be good if the form names are redefined to start with capital letters and ending with Form (eg UserExpForm)
The forms present are
- RegistartionForm (Done)
- LoginForm (Done)
- PostingForm (Done)
- UsereducationForm
- UserexperienceForm
- UserProjectsForm
- ResumeBuilderForm
- UserSkillsForm
- UserAchievementForm
- RequestResetForm
- ResetPasswordForm
The forms can be modified to the above names and the areas where the forms are used in the routes also have to modified.
Please send PR for any one of the above mentioned forms , do not send PR for multiple forms at a time.
Currently the applications forms are defined in resume/forms.py
It would be good if the form names are redefined to start with capital letters and ending with Form (eg UserExpForm)
The forms present are
The forms can be modified to the above names and the areas where the forms are used in the routes also have to modified.
Please send PR for any one of the above mentioned forms , do not send PR for multiple forms at a time.