diff --git a/apps/addons/templates/addons/listing/macros.html b/apps/addons/templates/addons/listing/macros.html index 7d231da066..6b639155e0 100644 --- a/apps/addons/templates/addons/listing/macros.html +++ b/apps/addons/templates/addons/listing/macros.html @@ -1,7 +1,7 @@ {% macro heading(addon, collection) %}

{% if collection %} - {% set collection_path = "?collection_id=" + collection.uuid %} + {% set collection_path = "?src=collection&collection_id=" + collection.uuid %} {% else %} {% set collection_path = "" %} {% endif %}