diff --git a/src/agenda_culturel/templates/agenda_culturel/organisation_detail.html b/src/agenda_culturel/templates/agenda_culturel/organisation_detail.html index ab02779..d51771e 100644 --- a/src/agenda_culturel/templates/agenda_culturel/organisation_detail.html +++ b/src/agenda_culturel/templates/agenda_culturel/organisation_detail.html @@ -65,7 +65,7 @@ {{ object.description|safe }} {% with cache_timeout=user.is_authenticated|yesno:"30,600" %} - {% cache cache_timeout organisation_list user.is_authenticated object page_obj.number past %} + {% cache cache_timeout organisation_list user.is_authenticated object.pk page_obj.number past %}
{% with cache_timeout=user.is_authenticated|yesno:"30,600" %} - {% cache cache_timeout place_list user.is_authenticated object page_obj.number past %} + {% cache cache_timeout place_list user.is_authenticated object.pk page_obj.number past %}