Add empty bookmarks message

This commit is contained in:
Sascha Ißbrücker
2019-07-06 17:31:43 +02:00
parent 1b7f57999d
commit 7b27862795
5 changed files with 14 additions and 18 deletions

View File

@@ -29,6 +29,7 @@ def index(request):
'bookmarks': bookmarks,
'tags': tags,
'query': query_string if query_string else '',
'empty': paginator.count == 0
}
return render(request, 'bookmarks/index.html', context)