X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/3a0c83394d5783715fab2be29fa1a9cfc3574e28..011b98a4661b754a0789ae78e145437b5b86e5fe:/src/librarian/elements/drama/miejsce_czas.py diff --git a/src/librarian/elements/drama/miejsce_czas.py b/src/librarian/elements/drama/miejsce_czas.py index 313109c..48e748e 100644 --- a/src/librarian/elements/drama/miejsce_czas.py +++ b/src/librarian/elements/drama/miejsce_czas.py @@ -5,8 +5,9 @@ from ..paragraphs import Akap class MiejsceCzas(Akap): - SHOULD_HAVE_ID = True + NUMBERING = 'i' + + HTML_CLASS = 'wl place-and-time' EPUB_TAG = "div" - EPUB_CLASS = HTML_CLASS = 'place-and-time' - + EPUB_CLASS = 'place-and-time'