You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
After the user has filled all his details in the sign-up, he is taken to a next window which, in the case of an invalid entry, displays the error message with a link 'click here to go back to sign up page'. When the user hits this link, he is taken back to the sign-up page but all the previously filled details are lost and the user has to do this again from the beginning which is tedious and wastage of time. The previously entered details must be retained. I would like to work on this issue.
The text was updated successfully, but these errors were encountered:
Hey @medhach , I'm a GSoC aspirant. I would like to solve this issue by making a django form for signup and display appropriate error messages using form.errors and reloading the signup page with form filled with request.POST.
After the user has filled all his details in the sign-up, he is taken to a next window which, in the case of an invalid entry, displays the error message with a link 'click here to go back to sign up page'. When the user hits this link, he is taken back to the sign-up page but all the previously filled details are lost and the user has to do this again from the beginning which is tedious and wastage of time. The previously entered details must be retained. I would like to work on this issue.
The text was updated successfully, but these errors were encountered: