X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b2d342589a7889a3b096e7192453d53bd28eed7d..a2157081b0dc561e0040c57b4b2b239b69b8d342:/src/social/models.py diff --git a/src/social/models.py b/src/social/models.py index 12ad61352..806530501 100644 --- a/src/social/models.py +++ b/src/social/models.py @@ -18,6 +18,7 @@ class Cite(models.Model): link = models.URLField(_('link')) sticky = models.BooleanField(_('sticky'), default=False, db_index=True, help_text=_('Sticky cites will take precedense.')) + banner = models.BooleanField(_('banner'), default=False, help_text=_('Adjust size to image, ignore the text')) image = models.ImageField( _('image'), upload_to='social/cite', null=True, blank=True,