Use SectionWithImage

This commit is contained in:
M.Ravi 2017-10-19 00:30:07 +02:00
parent bf044a4bf3
commit 878a823e20
1 changed files with 3 additions and 3 deletions

View File

@ -2,14 +2,14 @@ from cms.plugin_base import CMSPluginBase
from cms.plugin_pool import plugin_pool
from .models import (
UngelichPicture, UngelichContactUsSection, UngelichTextSection, Service,
ServiceItem, About, AboutItem
UngelichContactUsSection, UngelichTextSection, Service, ServiceItem,
About, AboutItem, SectionWithImage
)
@plugin_pool.register_plugin
class SectionWithImagePlugin(CMSPluginBase):
model = UngelichPicture
model = SectionWithImage
render_template = "ungleich_page/glasfaser/section_with_image.html"
cache = False