optional description
This commit is contained in:
parent
03b5af8244
commit
7a038252ea
2 changed files with 19 additions and 1 deletions
|
@ -235,7 +235,7 @@ class ServiceOffering(models.Model):
|
|||
|
||||
class Plan(models.Model):
|
||||
name = models.CharField(max_length=100)
|
||||
description = ProseEditorField()
|
||||
description = ProseEditorField(blank=True, null=True)
|
||||
plan_description = models.ForeignKey(
|
||||
ReusableText,
|
||||
on_delete=models.PROTECT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue