From b8684329b44741593de1b383f272784f2064a9c1 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 16 Apr 2024 21:30:19 +0100 Subject: [PATCH] Fix syntax error in template --- snikket_web/templates/user_home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snikket_web/templates/user_home.html b/snikket_web/templates/user_home.html index e713b01..5365277 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 and metrics.users and metrics.users.active_1d <= 1 %} +{% if user_info.is_admin and metrics.users and metrics.users.active_1d <= 1 %}