diff --git a/com/templates/com/news_list.jinja b/com/templates/com/news_list.jinja
index 7c2ec629..0364a09b 100644
--- a/com/templates/com/news_list.jinja
+++ b/com/templates/com/news_list.jinja
@@ -43,7 +43,7 @@
{% if user.is_subscribed %}
{# Cache request for 1 hour #}
- {% cache 3600 birthdays %}
+ {% cache 3600 "birthdays" %}
{% for d in birthdays.dates('date_of_birth', 'year', 'DESC') %}
-
diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja
index d2dc7e93..952e0f43 100644
--- a/core/templates/core/base.jinja
+++ b/core/templates/core/base.jinja
@@ -59,7 +59,7 @@