On corrige le cache
This commit is contained in:
@@ -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 %}
|
||||
|
@@ -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 %}
|
||||
|
||||
|
@@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user