dellsystem / wikinotes

A free and open source resource for the courses at McGill University.
https://wikinotes.ca
GNU General Public License v3.0
47 stars 14 forks source link

Make /register/?next= work #208

Open dellsystem opened 10 years ago

dellsystem commented 10 years ago

Most likely involves putting the next param value into the "path" hidden input field for the login form, in case the user logs in instead of registering.

I'll probably have to rewrite the register view to use a form first, since it's pretty awful atm.

NEEDS TESTS (for all the cases)