diff --git a/apps/browse/templates/browse/category_landing.html b/apps/browse/templates/browse/category_landing.html index 7a6b6ac8011..deff0668840 100644 --- a/apps/browse/templates/browse/category_landing.html +++ b/apps/browse/templates/browse/category_landing.html @@ -28,7 +28,7 @@

{% cache addons %} {# The featured add-ons for a category should be small, so we get them all with the if. Shuffling here to take advantage of the cached fragment. #} - {% for addon in addons|list|shuffle[:3] %} + {% for addon in (addons|list|shuffle)[:3] %}