diff --git a/mixins/templates/mixins/window-content/objects.html b/mixins/templates/mixins/window-content/objects.html index 0595752..f5c7dc7 100644 --- a/mixins/templates/mixins/window-content/objects.html +++ b/mixins/templates/mixins/window-content/objects.html @@ -1,6 +1,6 @@ {% load cache %} -{% cache 60 object_list %} +{% cache 60 objects request.user.id object_list %} {% include 'mixins/partials/notify.html' %} {% if page_title is not None %}

{{ page_title }}