From 7b32ba9a050d83e9aa4e60d6505e06d248af05b2 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 31 Jul 2011 15:07:43 -0500 Subject: [PATCH] Give a more usful message if no media is available. --- mediagoblin/templates/mediagoblin/utils/object_gallery.html | 4 ++++ 1 file changed, 4 insertions(+) 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 %} +

+ There doesn't seem to be anything here... +

{% endif %} {% endblock %} -- 2.25.1