dancerfly / django-brambling

Event website manager, specifically designed for dance weekends or other events with multiple simultaneous tracks of classes.
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Visiting /billing/ without logging in causes a 500 #953

Open melinath opened 4 years ago

melinath commented 4 years ago

Generally speaking we assumed that people visiting /billing/ would be getting there from the user dropdown, so they would be logged in. It turns out that if they aren't logged in, we instead give them a 500 error. We should instead redirect to the login page.