diff --git a/django/thunderstore/community/templates/community/packagelisting_detail.html b/django/thunderstore/community/templates/community/packagelisting_detail.html index ef854a324..0072a31c4 100644 --- a/django/thunderstore/community/templates/community/packagelisting_detail.html +++ b/django/thunderstore/community/templates/community/packagelisting_detail.html @@ -49,7 +49,7 @@ {% endif %} -{% cache_until "any_package_updated" "mod-detail-header" 300 object.package.pk community_identifier %} +{% cache_until "any_package_updated" "mod-detail-header" 300 object.package.pk community_identifier object.package.latest.pk %}