Hello, I am using django-registration version 0.8
I use the default django-registration and Django auth system without any tweak. I did notice a small glitch, once I log in as a user, if I go to the /accounts/login/ , I still get the login entry form, how can I change that it redirect a logged in user to the main root url /
instead of bringing this form once again ?
Thanks