joshpelkey / cfbets

College football betting web app, built with django/bootstrap/jquery
Apache License 2.0
15 stars 8 forks source link

Can view account settings while not logged in #1

Closed joshpelkey closed 7 years ago

joshpelkey commented 7 years ago

/account_settings doesn't check and require login. should be done through view or add {% if user.is_authenticated %} to the template.

joshpelkey commented 7 years ago

Fixed with changeset 59c8bfcf49646e87900fe610b56cd94e13919096