Rename section_services_item.html to _services_item.html
This commit is contained in:
parent
cfcc3e0eb1
commit
9ff5b4015f
2 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class GlasfaserServicesPlugin(CMSPluginBase):
|
|||
class GlasfaserServicesItemPlugin(CMSPluginBase):
|
||||
name = "Glasfaser Service Item Plugin"
|
||||
model = ServiceItem
|
||||
render_template = "ungleich_page/glasfaser/section_services_item.html"
|
||||
render_template = "ungleich_page/glasfaser/_services_item.html"
|
||||
cache = False
|
||||
require_parent = True
|
||||
parent_classes = ['GlasfaserServicesPlugin']
|
||||
|
|
Loading…
Reference in a new issue