Give a more usful message if no media is available.

This commit is contained in:
Christopher Allan Webber 2011-07-31 15:07:43 -05:00
parent 4a74d54ef5
commit 7b32ba9a05

View File

@ -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 %}