diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-31 15:07:43 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-31 15:07:43 -0500 |
commit | 7b32ba9a050d83e9aa4e60d6505e06d248af05b2 (patch) | |
tree | 670f4430fc38672de291fc4987a07a9cd1d4841b /mediagoblin/templates | |
parent | 4a74d54ef59ea3a4eff06d78f6c235fcb6631203 (diff) | |
download | mediagoblin-7b32ba9a050d83e9aa4e60d6505e06d248af05b2.tar.lz mediagoblin-7b32ba9a050d83e9aa4e60d6505e06d248af05b2.tar.xz mediagoblin-7b32ba9a050d83e9aa4e60d6505e06d248af05b2.zip |
Give a more usful message if no media is available.
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r-- | mediagoblin/templates/mediagoblin/utils/object_gallery.html | 4 |
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 %} |