From: Christopher Allan Webber Date: Sun, 31 Jul 2011 20:07:43 +0000 (-0500) Subject: Give a more usful message if no media is available. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7b32ba9a050d83e9aa4e60d6505e06d248af05b2;p=mediagoblin.git Give a more usful message if no media is available. --- 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 %}