X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/0604bdd5f693da9f1c78f9d9fa2276f0c7b6c17b..73858688886ec363048373f7e8253a33497fe3cd:/src/librarian/elements/front/motto_podpis.py?ds=sidebyside diff --git a/src/librarian/elements/front/motto_podpis.py b/src/librarian/elements/front/motto_podpis.py index decbff3..58fc9db 100644 --- a/src/librarian/elements/front/motto_podpis.py +++ b/src/librarian/elements/front/motto_podpis.py @@ -2,4 +2,6 @@ from ..base import WLElement class MottoPodpis(WLElement): - pass + HTML_TAG = "p" + HTML_CLASS = "motto_podpis" +