aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/templates/mediagoblin/utils/collection_gallery.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/utils/collection_gallery.html b/mediagoblin/templates/mediagoblin/utils/collection_gallery.html
index 498aeb77..8a3f7a75 100644
--- a/mediagoblin/templates/mediagoblin/utils/collection_gallery.html
+++ b/mediagoblin/templates/mediagoblin/utils/collection_gallery.html
@@ -37,8 +37,11 @@
<img src="{{ obj.thumb_url }}" />
</a>
+ {% if obj.title %}
+ <a href="{{ obj_url }}">{{ obj.title }}</a>
+ {% endif %}
{% if item.note %}
- <a href="{{ obj_url }}">{{ item.note }}</a>
+ {{ item.note }}
{% endif %}
{% if request.user and
(item.in_collection.actor == request.user.id or