Move HTML from the old transform sheet.
[librarian.git] / src / librarian / elements / front / motto_podpis.py
index 3441263..199da84 100644 (file)
@@ -5,9 +5,10 @@ from ..base import WLElement
 
 
 class MottoPodpis(WLElement):
 
 
 class MottoPodpis(WLElement):
-    SHOULD_HAVE_ID = True
+    NUMBERING = 'i'
+
     HTML_TAG = "p"
     HTML_TAG = "p"
-    EPUB_CLASS = HTML_CLASS = "motto_podpis"
+    HTML_CLASS = "wl motto_podpis"
 
     EPUB_TAG = "div"
 
     EPUB_TAG = "div"
-    
+    EPUB_CLASS = "motto_podpis"