diff --git a/app/templates/threads/thread.html b/app/templates/threads/thread.html index c64da98..8852156 100644 --- a/app/templates/threads/thread.html +++ b/app/templates/threads/thread.html @@ -32,7 +32,7 @@ {% endif %} - {% if active_user.is_mod() %} + {% if active_user and active_user.is_mod() %}