X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..af4e1ed7dcda4b22eacae106ef53b1e0ba99ceb3:/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,