ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

is_anonymous and is_authenticated are attributes, not functions #868

Closed martin-bts closed 3 years ago

martin-bts commented 3 years ago

On several occations, the templates call user.is_anonymous() and user.is_authenticated() this results in rendering errors, because those are attributes, not methods. This is addressed in #864 .

martin-bts commented 3 years ago

fixed in master