Templates: Add Herma 4515 (Acetatesilk) to repository

This commit is contained in:
Martin Gross
2024-05-02 13:57:46 +02:00
parent 0b05eb34f4
commit 8c2a1d58f4
2 changed files with 13 additions and 0 deletions

View File

@@ -234,4 +234,9 @@ TEMPLATES = {
"pagesize": (40 * mm, 40 * mm),
"layout": _simple_template(40 * mm, 40 * mm),
},
"88.9x33.87": {
"label": format_lazy(_("{width} x {height} mm label"), width=88.9, height=33.87),
"pagesize": (88.9 * mm, 33.87 * mm),
"layout": _simple_template(88.9 * mm, 33.87 * mm),
},
}