lint
This commit is contained in:
parent
297738dbb1
commit
b82231202c
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ from .helpers import handle_remote_webfinger
|
|||
class Search(View):
|
||||
"""search users or books"""
|
||||
|
||||
@csp_update(IMG_SRC='*')
|
||||
@csp_update(IMG_SRC="*")
|
||||
def get(self, request):
|
||||
"""that search bar up top"""
|
||||
if is_api_request(request):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue