lorenzotan / brokerV2

improved version of streamline-broker
0 stars 0 forks source link

redirect new users to form #20

Closed lorenzotan closed 5 years ago

lorenzotan commented 5 years ago

If a user is not linked to a broker/lender/client object, then redirect to respective (new) form otherwise, redirect to respective detail page.

https://uggedal.com/journal/login-link-in-django-with-proper-redirect-url/ https://stackoverflow.com/questions/29082682/django-redirect-after-successful-login

lorenzotan commented 5 years ago

e9c7378 creating group form and assigning group to users

85de491 redirecting to group form if user is not assigned to a group fixed logout bug