diff --git a/snikket_web/templates/user_home.html b/snikket_web/templates/user_home.html index 433f2ad..e713b01 100644 --- a/snikket_web/templates/user_home.html +++ b/snikket_web/templates/user_home.html @@ -6,7 +6,7 @@ {% include "copy-snippet.html" %} {% endblock %} {% block content %} -{% if user_info.is_admin and metrics.users.active_1d <= 1 %} +{% if user_info.is_admin and and metrics.users and metrics.users.active_1d <= 1 %}