On corrige le cache

This commit is contained in:
Jean-Marie Favreau 2024-08-29 22:16:19 +02:00
parent 1bfd314196
commit 1533385260
3 changed files with 6 additions and 3 deletions

View File

@ -23,7 +23,8 @@
{% block content %}
{% cache 500 day user.is_authenticated calendar.firstdate filter.to_str %}
{% get_current_language as LANGUAGE_CODE %}
{% cache 500 day user.is_authenticated day filter.to_str LANGUAGE_CODE %}
{% include "agenda_culturel/filter-inc.html" with filter=filter %}

View File

@ -22,7 +22,8 @@
{% block content %}
{% cache 500 month user.is_authenticated calendar.firstdate filter.to_str %}
{% get_current_language as LANGUAGE_CODE %}
{% cache 500 month user.is_authenticated calendar.firstdate filter.to_str LANGUAGE_CODE %}
{% include "agenda_culturel/filter-inc.html" with filter=filter %}

View File

@ -19,7 +19,8 @@
{% block content %}
{% cache 500 week user.is_authenticated calendar.firstdate filter.to_str %}
{% get_current_language as LANGUAGE_CODE %}
{% cache 500 week user.is_authenticated calendar.firstdate filter.to_str LANGUAGE_CODE %}
{% include "agenda_culturel/filter-inc.html" with filter=filter %}