Python、Flask-Login、
Flask html からの以下の行
{% if current_user.is_authenticated() %
Ubuntu OS では以下のエラーがスローされ、Windows OS (W7) では正常に動作します。
File "/home/user/workspace/test/templates/layout.html", line 27, in top-level template code
{% if current_user.is_authenticated() %}
UndefinedError: 'None' has no attribute 'is_authenticated'