X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/907aba88951334676a259dccc8f7edd8934d5e00..a64e6584c05481aa1f05bb7c9d3870b657016261:/src/catalogue/views.py?ds=sidebyside

diff --git a/src/catalogue/views.py b/src/catalogue/views.py
index ef2527b59..aeed403ab 100644
--- a/src/catalogue/views.py
+++ b/src/catalogue/views.py
@@ -449,7 +449,7 @@ def tag_catalogue(request, category):
 
 
 def collections(request):
-    objects = Collection.objects.filter(role='')
+    objects = Collection.objects.all()
 
     if len(objects) > 3:
         best = random.sample(list(objects), 3)