Change subtitle to HTMLfield

This commit is contained in:
PCoder 2017-11-19 15:51:52 +01:00
commit 567ff8d314
2 changed files with 22 additions and 1 deletions

View file

@ -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