Add ungleich HTML only template
This commit is contained in:
parent
7fa23577f6
commit
6ec7fc182b
4 changed files with 54 additions and 1 deletions
|
|
@ -144,3 +144,7 @@ class UngleichCustomerItem(CMSPlugin):
|
|||
)
|
||||
url = models.URLField(max_length=300, default="", blank=True)
|
||||
description = HTMLField()
|
||||
|
||||
|
||||
class UngleichHTMLOnly(CMSPlugin):
|
||||
HTML = HTMLField()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue