From 420bc56fc8efe047f77067eab692bc41e55299c7 Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Wed, 16 Nov 2022 13:58:30 +0100 Subject: [PATCH] fix test (#1429) --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 1956cf90..7d6f7c1d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -86,7 +86,7 @@
- {% if current_user.should_show_upgrade_button() %} + {% if current_user.is_authenticated and current_user.should_show_upgrade_button() %}