Add option for smaller font in banners.
[wolnelektury.git] / src / annoy / models.py
index 4df3a5e..fe5f8fa 100644 (file)
@@ -14,6 +14,7 @@ class Banner(models.Model):
         choices=STYLES,
         help_text=_('Affects blackout.')
     )
+    smallfont = models.BooleanField(_('small font'), default=False)
     action_label = models.CharField(
         _('action label'),
         max_length=255, blank=True,