MattArnold / tuxtrax

Penguicon Scheduling Web App
GNU General Public License v3.0
15 stars 11 forks source link

Remove Redirect Loop Message #71

Closed MattArnold closed 10 years ago

MattArnold commented 10 years ago

After logging in, Google Chrome shows its own warning page saying "This website has a redirect loop" with a "More" button and a "Reload" button. If you log in from the header in base.html, it should skip past that directly to the index page. When you choose "reload" it takes you to index.html, even if you logged in from the login page. However, if you were there, that means you were trying to log in to fill out the form, in which case what it should do is take you to the form.

jquesnelle commented 10 years ago

Fixed by commit c113326