fix untranslated english texts
[wolnelektury.git] / src / catalogue / views.py
index 084396b..71b1de3 100644 (file)
@@ -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],
     })