Skip to content

Commit

Permalink
Undo erronious line from commit c5bf37c
Browse files Browse the repository at this point in the history
  • Loading branch information
dlareau committed Feb 13, 2020
1 parent e6f5d76 commit cb3286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huntserver/info_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

def index(request):
""" Main landing page view, mostly static with the exception of hunt info """
curr_hunt = Hunt.objects.get(is_current_hunt=6)
curr_hunt = Hunt.objects.get(is_current_hunt=True)
return render(request, "index.html", {'curr_hunt': curr_hunt})


Expand Down

0 comments on commit cb3286d

Please sign in to comment.