Some tests for various API endpoints.
[wolnelektury.git] / src / catalogue / forms.py
index bcbfe5e..94df6cd 100644 (file)
@@ -50,6 +50,7 @@ CUSTOMIZATION_FLAGS = (
     ('nothemes', _("Don't disply themes")),
     ('nowlfont', _("Don't use our custom font")),
     ('nocover', _("Without cover")),
+    ('notoc', _("Without table of contents")),
     )
 CUSTOMIZATION_OPTIONS = (
     ('leading', _("Leading"), (
@@ -59,7 +60,8 @@ CUSTOMIZATION_OPTIONS = (
     )),
     ('fontsize', _("Font size"), (
         ('', _('Default')),
-        ('13pt', _('Big'))
+        ('13pt', _('Big')),
+        ('16pt', _('Bigger')),
     )),
     # ('pagesize', _("Paper size"), (
     #     ('a4paper', _('A4')),