brck / CrisisStack

An application store that can be used by first crisis responders to install, delete and launch applications
http://www.brck.com/CrisisStack
19 stars 5 forks source link

Login Error #6

Closed srutto closed 8 years ago

srutto commented 8 years ago

Steps to Reproduce

  1. Select 'Login' on the menu
  2. Enter username and password then click on 'Login'

Expected Outcome User should be redirected to the home page with administrator privileges.

Actual Outcome User is redirected to http://crisisstack.com/login with an internal server error tinygrab screen shot 10-7-15 11 37 42 am

Onuonga commented 8 years ago

Fixed. I was writing my loops badly. Python expects you to realize you need to do your indentation well. Clearly I did not.