NiklasRosenstein / flux-ci

Flux is your own private & lightweight CI server.
MIT License
26 stars 10 forks source link

Fixed adding new user, that was blocked by missing Login sessions. #63

Closed tvrzna closed 5 years ago

tvrzna commented 5 years ago

I've currently found out, that application throws Internal Server Error on create new user due to undefined list of sessions (for non-existing user). This PR only adds condition to render sessions only for already existing users on edit_user.html template.