section_link.template_name

This commit is contained in:
bkfox 2017-08-21 15:05:54 +02:00
parent 3d5c183e79
commit 6ff4b2cabb

View File

@ -870,7 +870,7 @@ class SectionLink(RelatedLinkBase,TemplateMixin):
Render a link to a page or a given url.
Can either be used standalone or in a SectionLinkList
"""
template = 'aircox_cms/snippets/link.html'
template_name = 'aircox_cms/snippets/link.html'
parent = ParentalKey(
'SectionLinkList', related_name = 'links',
null = True