Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT committed Dec 10, 2023
1 parent e12b20a commit a56f332
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def newhome(request, template="new_home.html"):

paginator = Paginator(bugs, 7)
page_number = request.GET.get('page')
print(page_number)
page_obj = paginator.get_page(page_number)

# latest_hunts_filter = request.GET.get("latest_hunts",None)
Expand Down

0 comments on commit a56f332

Please sign in to comment.