Give a more usful message if no media is available.
This commit is contained in:
parent
4a74d54ef5
commit
7b32ba9a05
@ -33,5 +33,9 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
{{ render_pagination(request, pagination) }}
|
{{ render_pagination(request, pagination) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% else %}
|
||||||
|
<p>
|
||||||
|
<i>There doesn't seem to be anything here...</i>
|
||||||
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user