Fixes logged out list view
This commit is contained in:
parent
39d31060e1
commit
3f2f27bcac
@ -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…
x
Reference in New Issue
Block a user