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() %}