forked from mirrors/bookwyrm
Adds federation null state
This commit is contained in:
parent
5b97135155
commit
c5746bbce0
1 changed files with 6 additions and 0 deletions
|
@ -61,5 +61,11 @@
|
|||
{% endfor %}
|
||||
</table>
|
||||
|
||||
{% if not servers %}
|
||||
<div class="block">
|
||||
<em>{% trans "No instances found." %}</em>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% include 'snippets/pagination.html' with page=servers path=request.path %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue