From 6ff4b2cabbfe222ed6be4fe2ca5eab158f6625cd Mon Sep 17 00:00:00 2001 From: bkfox Date: Mon, 21 Aug 2017 15:05:54 +0200 Subject: [PATCH] section_link.template_name --- aircox_cms/sections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircox_cms/sections.py b/aircox_cms/sections.py index e6d82c6..9b5559c 100755 --- a/aircox_cms/sections.py +++ b/aircox_cms/sections.py @@ -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