make search macro template overridable via controller setting
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4134 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
39e0c7edfc
commit
f434cd34ad
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class SearchResults(NodeView):
|
||||||
|
|
||||||
@Lazy
|
@Lazy
|
||||||
def search_macros(self):
|
def search_macros(self):
|
||||||
return searchMacrosTemplate.macros
|
return self.controller.getTemplateMacros('search', searchMacrosTemplate)
|
||||||
|
|
||||||
@Lazy
|
@Lazy
|
||||||
def macro(self):
|
def macro(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue