diff --git a/app/templates/collections/list.html b/app/templates/collections/list.html index bf9df696..6e22c83b 100644 --- a/app/templates/collections/list.html +++ b/app/templates/collections/list.html @@ -33,7 +33,7 @@ {% endif %} {% if collection.name == 'favorites' %} - + {% endif %} {% if user != collection.author %} {{ _("%(title)s by %(author)s", title=collection.title, author=collection.author.display_name) }} diff --git a/app/templates/collections/package_add_to.html b/app/templates/collections/package_add_to.html index d090c2fb..f0bcb99d 100644 --- a/app/templates/collections/package_add_to.html +++ b/app/templates/collections/package_add_to.html @@ -26,7 +26,7 @@ {% endif -%} {% if collection.author != current_user %}{{ collection.author.display_name }}: {% endif -%} {% if collection.name == 'favorites' %} - + {% endif %} {% if collection.private %} diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index fdb6d310..9bb701db 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -352,8 +352,8 @@