fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix
[wolnelektury.git]
/
src
/
wolnelektury
/
views.py
diff --git
a/src/wolnelektury/views.py
b/src/wolnelektury/views.py
index
9f099bd
..
a0e1ae4
100644
(file)
--- a/
src/wolnelektury/views.py
+++ b/
src/wolnelektury/views.py
@@
-47,7
+47,7
@@
def main_page(request):
return main_page_2022(request)
ctx = {
return main_page_2022(request)
ctx = {
- 'last_published': Book.objects.exclude(cover_
thumb
='').filter(findable=True, parent=None).order_by('-created_at')[:6],
+ 'last_published': Book.objects.exclude(cover_
clean
='').filter(findable=True, parent=None).order_by('-created_at')[:6],
'theme_books': [],
}
'theme_books': [],
}