This commit is contained in:
Yohan Boniface 2013-05-01 07:49:24 -04:00
parent 5c3cc6b03e
commit 66c362ccb2

View file

@ -110,7 +110,7 @@ class Search(TemplateView, PaginatorMixin):
kwargs.update({
'maps': maps,
'q': q
})
})
return kwargs
def get_template_names(self):