Move HTML from the old transform sheet.
[librarian.git] / src / librarian / elements / front / motto.py
index ab6d13c..a6769b8 100644 (file)
@@ -5,7 +5,7 @@ from ..base import WLElement
 
 
 class Motto(WLElement):
-    SHOULD_HAVE_ID = True
+    NUMBERING = 'i'
 
     TXT_LEGACY_TOP_MARGIN = 4
     TXT_LEGACY_BOTTOM_MARGIN = 2