igemsoftware2017 / Michigan_Software_2017_ProtoCat

6 stars 6 forks source link

ProtoChat Pull Request #11

Closed dwdineen closed 7 years ago

dwdineen commented 7 years ago

Look at this

ThomasCOliver commented 7 years ago

On the page to submit a message, the user appears to not be logged in (the top right corner says login) but the options beneath that seems like they are logged in.

ThomasCOliver commented 7 years ago

You also need to add parentheses to the is_anonymous functions you use so that they actually evaluate aren't just references to a function. That seemed to solve my problem with not saving the data.

ThomasCOliver commented 7 years ago

These changes might only be necessary because I am running python2.7, but that is what the server is running. Get those done and pretty up the UI and then I will merge into master.