Move HTML from the old transform sheet.
[librarian.git] / src / librarian / elements / drama / naglowek_osoba.py
index b3f918e..43aa1d3 100644 (file)
@@ -1,8 +1,11 @@
+# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
+#
 from ..base import WLElement
 
 
 class NaglowekOsoba(WLElement):
-    SHOULD_HAVE_ID = True
+    NUMBERING = 'i'
 
     TXT_TOP_MARGIN = 3
     TXT_BOTTOM_MARGIN = 2