systers / macc

Server side support platform for Peace Corps mobile applications.
http://macc.systers.org/
9 stars 51 forks source link

All the filled sign-up details are lost when the page is revisited to correct one thing. #251

Open HarinderKaur11 opened 7 years ago

HarinderKaur11 commented 7 years ago

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. screenshot 16 screenshot 17 screenshot 19

medhach commented 7 years ago

How are you planning to solve this?

HarinderKaur11 commented 7 years ago

@medhach I will be working on it in a day or 2 as I am giving my final exams. Once I am done, I will drop in the solution here :)

sidharth6323 commented 7 years ago

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.

HarinderKaur11 commented 7 years ago

@sidharth6323 I am already on it. Look for some other open issue that is free :)