forked from mirrors/bookwyrm
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 %}
|
{% if lists %}
|
||||||
<section class="block content">
|
<section class="block content">
|
||||||
<h2 class="title">Recent Lists</h2>
|
<h2 class="title">Recent Lists</h2>
|
||||||
{% if request.user.list_set.exists %}
|
|
||||||
{% include 'lists/list_items.html' with lists=lists %}
|
{% include 'lists/list_items.html' with lists=lists %}
|
||||||
{% endif %}
|
|
||||||
</section>
|
</section>
|
||||||
<div>
|
<div>
|
||||||
{% include 'snippets/pagination.html' with page=lists path=path %}
|
{% include 'snippets/pagination.html' with page=lists path=path %}
|
||||||
|
|
Loading…
Reference in a new issue