View 'search account' should be restricted.
This commit is contained in:
parent
2cfce1c921
commit
b4338ce8db
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ def account_create(request):
|
|||
return render(request, "kfet/account_create_autocomplete.html", data)
|
||||
|
||||
|
||||
@teamkfet_required
|
||||
def account_search(request):
|
||||
if "q" not in request.GET:
|
||||
raise Http404
|
||||
|
|
Loading…
Reference in a new issue