Change title char field in UngleichPicture to HTML field

This commit is contained in:
M.Ravi 2017-11-17 15:48:44 +01:00
parent e35d9a2789
commit e9b3e77752

View file

@ -11,7 +11,7 @@ class UngelichPicture(CMSPlugin):
related_name="image",
on_delete=models.SET_NULL
)
title = models.CharField(max_length=400)
title = HTMLField()
class SectionWithImage(UngelichPicture):