Create SectionContact CMSPlugin

This commit is contained in:
M.Ravi 2017-10-17 16:25:01 +02:00
commit ef47e999f1
2 changed files with 6 additions and 3 deletions

View file

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