We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75a00e commit 0d80354Copy full SHA for 0d80354
feincms/content/medialibrary/v2.py
@@ -47,7 +47,7 @@ class Meta:
47
@classmethod
48
def initialize_type(cls, TYPE_CHOICES=None):
49
cls.add_to_class('type', models.CharField(_('type'),
50
- max_length=10, choices=TYPE_CHOICES, default=TYPE_CHOICES[0][0]))
+ max_length=20, choices=TYPE_CHOICES, default=TYPE_CHOICES[0][0]))
51
52
def render(self, **kwargs):
53
ctx = {'content': self}
0 commit comments