X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6e3e08e5354baaf82f7d46cbd88883e4c7426dce..72272dce664793c3f2910b99837fcd35efa8e815:/src/catalogue/forms.py diff --git a/src/catalogue/forms.py b/src/catalogue/forms.py index bcbfe5e83..94df6cdd9 100644 --- a/src/catalogue/forms.py +++ b/src/catalogue/forms.py @@ -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')),