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