From 1840a644a4194bc1a35526b8467856d93c200a0e Mon Sep 17 00:00:00 2001 From: Simon Caminada Date: Mon, 25 Mar 2019 17:20:48 +0100 Subject: [PATCH] remove calendar bubble --- src/project/templates/project/includes/meta_navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/templates/project/includes/meta_navigation.html b/src/project/templates/project/includes/meta_navigation.html index 5543e28..bea6b3f 100644 --- a/src/project/templates/project/includes/meta_navigation.html +++ b/src/project/templates/project/includes/meta_navigation.html @@ -29,7 +29,7 @@ - {% if new_calendar_amount %} + {% if 0 and new_calendar_amount %} {{ new_calendar_amount }} {% endif %} {% include 'project/assets/calendar.svg' %}