X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d26d6a7fdcb2c6e26fd097532765b62fd17b429c..295a1350b069ee750d2f7430e779e5ac6f23a673:/src/librarian/elements/themes/motyw.py diff --git a/src/librarian/elements/themes/motyw.py b/src/librarian/elements/themes/motyw.py index f9ab197..9f6a886 100644 --- a/src/librarian/elements/themes/motyw.py +++ b/src/librarian/elements/themes/motyw.py @@ -2,6 +2,7 @@ from ..base import WLElement class Motyw(WLElement): + ASIDE = True HTML_TAG = "a" def txt_build(self, builder): @@ -18,3 +19,6 @@ class Motyw(WLElement): "fid": fid, "name": "m" + fid, } + + def epub_build(self, builder): + pass