forked from mirrors/bookwyrm
Fixes endif placement on null state for feed
This commit is contained in:
parent
be94c0a76b
commit
1aab9e7da9
1 changed files with 1 additions and 2 deletions
|
@ -40,9 +40,8 @@
|
|||
{% if suggested_users %}
|
||||
{# suggested users for when things are very lonely #}
|
||||
{% include 'feed/suggested_users.html' with suggested_users=suggested_users %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% for activity in activities %}
|
||||
|
|
Loading…
Reference in a new issue