X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b2d342589a7889a3b096e7192453d53bd28eed7d..037942ca74f3452f1248a5641500d78f7885fefd:/src/social/models.py?ds=sidebyside

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,