Change subtitle to HTMLfield
This commit is contained in:
parent
f927220a88
commit
567ff8d314
2 changed files with 22 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class UngelichTextSection(CMSPlugin):
|
|||
class Service(CMSPlugin):
|
||||
menu_text = models.CharField(max_length=100, default="", blank=True)
|
||||
title = models.CharField(max_length=200)
|
||||
sub_title = models.CharField(max_length=200)
|
||||
sub_title = HTMLField()
|
||||
|
||||
def __str__(self):
|
||||
return self.title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue