Remove print statement
This commit is contained in:
parent
a9175d575b
commit
0f4538ee16
1 changed files with 0 additions and 2 deletions
|
@ -384,11 +384,9 @@ def search_post(request):
|
|||
if request.POST:
|
||||
q = request.POST.get('q')
|
||||
url = reverse('todo-search') + "?q=" + q
|
||||
print(url)
|
||||
return HttpResponseRedirect(url)
|
||||
|
||||
|
||||
|
||||
@user_passes_test(check_user_allowed)
|
||||
def search(request):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue