mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Only auth users may search feeds.
This commit is contained in:
parent
07306152b7
commit
cdad31ec92
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ IGNORE_AUTOCOMPLETE = [
|
|||
"latitude",
|
||||
]
|
||||
|
||||
@ajax_login_required
|
||||
@json.json_view
|
||||
def search_feed(request):
|
||||
address = request.REQUEST.get('address')
|
||||
|
|
Loading…
Add table
Reference in a new issue