diff --git a/app/templates/users/profile.html b/app/templates/users/profile.html index 5c2ee112..c468faff 100644 --- a/app/templates/users/profile.html +++ b/app/templates/users/profile.html @@ -221,7 +221,10 @@ View collection -

{{ collection.title }}

+

{{ collection.title }}

+

+ {{ collection.short_description }} +

{% set collection_packages = collection.packages | limit(4) %} {{ render_pkggrid(collection_packages) }}