-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify Form Names #44
Comments
I want to work on this, please assign it to me. |
Sure @princekushwaha 👍 which form are you working on |
I am working on RegistrationForm. |
I am participating in Hacktoberfest, can I make more pull requests tomorrow? |
Ya sure , plzz do so what would you like to modify |
Hi, would love to work on this issue for the login and posting form. Please assign it to me. |
Sure go ahead @BIKRAM-SAHA |
solved #44 for LoginForm and PostingForm
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.
The text was updated successfully, but these errors were encountered: