pep8
This commit is contained in:
parent
5c3cc6b03e
commit
66c362ccb2
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class Search(TemplateView, PaginatorMixin):
|
||||||
kwargs.update({
|
kwargs.update({
|
||||||
'maps': maps,
|
'maps': maps,
|
||||||
'q': q
|
'q': q
|
||||||
})
|
})
|
||||||
return kwargs
|
return kwargs
|
||||||
|
|
||||||
def get_template_names(self):
|
def get_template_names(self):
|
||||||
|
|
Loading…
Reference in a new issue