Add name to ungliech HTMLOnly plugin

This commit is contained in:
PCoder 2017-11-24 08:01:36 +01:00
commit 0730494f48
2 changed files with 21 additions and 0 deletions

View file

@ -147,4 +147,5 @@ class UngleichCustomerItem(CMSPlugin):
class UngleichHTMLOnly(CMSPlugin):
name = models.CharField(max_length=50, default="", blank=True)
HTML = HTMLField()