mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-27 12:01:14 +00:00
Fixes logged out list view
This commit is contained in:
parent
39d31060e1
commit
3f2f27bcac
1 changed files with 0 additions and 2 deletions
|
@ -33,9 +33,7 @@
|
|||
{% if lists %}
|
||||
<section class="block content">
|
||||
<h2 class="title">Recent Lists</h2>
|
||||
{% if request.user.list_set.exists %}
|
||||
{% include 'lists/list_items.html' with lists=lists %}
|
||||
{% endif %}
|
||||
</section>
|
||||
<div>
|
||||
{% include 'snippets/pagination.html' with page=lists path=path %}
|
||||
|
|
Loading…
Reference in a new issue