Give a more usful message if no media is available.
This commit is contained in:
parent
4a74d54ef5
commit
7b32ba9a05
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user