assigning ids
[librarian.git] / src / librarian / elements / blocks / dedykacja.py
index 7ac809d..6cb68c0 100644 (file)
@@ -2,6 +2,8 @@ from ..base import WLElement
 
 
 class Dedykacja(WLElement):
+    SHOULD_HAVE_ID = True
+
     TXT_LEGACY_TOP_MARGIN = 2
 
     EPUB_TAG = HTML_TAG = "div"