Create SectionContact CMSPlugin
This commit is contained in:
parent
92086ad2ea
commit
ef47e999f1
2 changed files with 6 additions and 3 deletions
|
|
@ -11,3 +11,7 @@ class UngelichPicture(CMSPlugin):
|
|||
on_delete=models.SET_NULL
|
||||
)
|
||||
title = models.CharField(max_length=200)
|
||||
|
||||
|
||||
class UngelichContactUsSection(CMSPlugin):
|
||||
email = models.EmailField(max_length=200)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue