two blank lines
This commit is contained in:
parent
2c4d284708
commit
7382f40ec7
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ def bird_all(request):
|
|||
return redirect("rescuer_create")
|
||||
return render(request, "bird/bird_all.html", context)
|
||||
|
||||
|
||||
@login_required(login_url="account_login")
|
||||
def bird_inactive(request):
|
||||
birds = FallenBird.objects.filter(~Q(status="1") | ~Q(status="2")).annotate(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue