Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/sentry-sdk-1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe authored Jul 10, 2023
2 parents bc5ab34 + ee2aa99 commit 315bed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wcivf/apps/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def get_context_data(self, **kwargs):
.select_related("election", "post")
.order_by("election__election_date")
)
context["upcoming_elections"] = None
polls_open = timezone.make_aware(
datetime.datetime.strptime("2019-12-12 7", "%Y-%m-%d %H")
)
Expand Down

0 comments on commit 315bed9

Please sign in to comment.