On corrige le cache
This commit is contained in:
parent
1bfd314196
commit
1533385260
@ -23,7 +23,8 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% 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 %}
|
{% include "agenda_culturel/filter-inc.html" with filter=filter %}
|
||||||
|
@ -22,7 +22,8 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% 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 %}
|
{% include "agenda_culturel/filter-inc.html" with filter=filter %}
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% 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 %}
|
{% include "agenda_culturel/filter-inc.html" with filter=filter %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user