File ".../tracking/views.py", line 15, in index
if not current_user.is_anonymous():
TypeError: 'bool' object is not callable```
File ".../templates/layout.html", line 14, in top-level template code
{% if current_user.is_anonymous() %}
AttributeError: 'bool' object has no attribute 'call'```
File ".../templates/layout.html", line 14, in top-level template code {% if current_user.is_anonymous() %} AttributeError: 'bool' object has no attribute 'call'```