aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/templates/mediagoblin/utils/object_gallery.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/utils/object_gallery.html b/mediagoblin/templates/mediagoblin/utils/object_gallery.html
index 2c7a7129..a14d7d7b 100644
--- a/mediagoblin/templates/mediagoblin/utils/object_gallery.html
+++ b/mediagoblin/templates/mediagoblin/utils/object_gallery.html
@@ -33,5 +33,9 @@
{% else %}
{{ render_pagination(request, pagination) }}
{% endif %}
+ {% else %}
+ <p>
+ <i>There doesn't seem to be anything here...</i>
+ </p>
{% endif %}
{% endblock %}