aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-31 15:07:43 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-31 15:07:43 -0500
commit7b32ba9a050d83e9aa4e60d6505e06d248af05b2 (patch)
tree670f4430fc38672de291fc4987a07a9cd1d4841b /mediagoblin
parent4a74d54ef59ea3a4eff06d78f6c235fcb6631203 (diff)
downloadmediagoblin-7b32ba9a050d83e9aa4e60d6505e06d248af05b2.tar.lz
mediagoblin-7b32ba9a050d83e9aa4e60d6505e06d248af05b2.tar.xz
mediagoblin-7b32ba9a050d83e9aa4e60d6505e06d248af05b2.zip
Give a more usful message if no media is available.
Diffstat (limited to 'mediagoblin')
-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 %}