From ef5c6084426add3c818196a6adb92f37d1cf740c Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 12 Nov 2025 12:35:35 +0100 Subject: [PATCH] ignore themes for app --- src/catalogue/api/tojson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.20.1