X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/16faf95f77bf43f8055c15865d6c53d00740d521..7c22547b97790b80fff2b0ddfe760925f98bc199:/apps/catalogue/views.py diff --git a/apps/catalogue/views.py b/apps/catalogue/views.py index 2237af862..5c0f209a3 100644 --- a/apps/catalogue/views.py +++ b/apps/catalogue/views.py @@ -272,6 +272,7 @@ def book_detail(request, slug): tag.count = theme_counter[tag.pk] extra_info = book.get_extra_info_value() + hide_about = extra_info.get('about', '').startswith('http://wiki.wolnepodreczniki.pl') projects = set() for m in book.media.filter(type='mp3'):