X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b2d342589a7889a3b096e7192453d53bd28eed7d..7e07f9fa2258e13475e7f9940af952c8d68d8c03:/src/catalogue/views.py diff --git a/src/catalogue/views.py b/src/catalogue/views.py index 084396bd4..71b1de320 100644 --- a/src/catalogue/views.py +++ b/src/catalogue/views.py @@ -720,6 +720,7 @@ def tag_catalogue(request, category): 'tags': tags, 'best': best, 'title': constants.CATEGORIES_NAME_PLURAL[category], + 'whole_category': constants.WHOLE_CATEGORY[category], })