X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ba83b8311a93602de7f733c9a9e183e3ebbb006c..af43a678694121f8b7c81a52a64d02c1b024fc57:/src/social/models.py?ds=inline

diff --git a/src/social/models.py b/src/social/models.py
index f001e310c..e85298803 100644
--- a/src/social/models.py
+++ b/src/social/models.py
@@ -125,6 +125,7 @@ class Cite(models.Model):
 class Carousel(models.Model):
     placement = models.SlugField(_('placement'), choices=[
         ('main', 'main'),
+        ('main_2022', 'main 2022'),
     ])
     priority = models.SmallIntegerField(_('priority'), default=0)
     language = models.CharField(_('language'), max_length=2, blank=True, default='', choices=settings.LANGUAGES)