Add ungleich HTML only template

This commit is contained in:
M.Ravi 2017-11-23 13:02:08 +01:00
commit 6ec7fc182b
4 changed files with 54 additions and 1 deletions

View file

@ -144,3 +144,7 @@ class UngleichCustomerItem(CMSPlugin):
)
url = models.URLField(max_length=300, default="", blank=True)
description = HTMLField()
class UngleichHTMLOnly(CMSPlugin):
HTML = HTMLField()