From: Radek Czajka Date: Wed, 12 Nov 2025 11:35:35 +0000 (+0100) Subject: ignore themes for app X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/ef5c6084426add3c818196a6adb92f37d1cf740c?ds=sidebyside ignore themes for app --- diff --git a/src/catalogue/api/tojson.py b/src/catalogue/api/tojson.py index fa6bafdd1..2fddda974 100644 --- a/src/catalogue/api/tojson.py +++ b/src/catalogue/api/tojson.py @@ -82,7 +82,7 @@ tags = { 'begin': ('_ignore', True, {'class': 'reference'}, {'data-uri': 'href'}, False), 'end': ('_ignore', True, {'class': 'reference'}, {'data-uri': 'href'}, False), - 'motyw': ('a', True, {'class': 'theme'}, None, False), + 'motyw': ('_ignore', True, {'class': 'theme'}, None, False), 'pa': ('a', True, {'class': 'footnote footnote-pa'}, None, False), 'pe': ('a', True, {'class': 'footnote footnote-pe'}, None, False),