Skip to content

Commit

Permalink
Merge pull request #1646 from DemocracyClub/hotfix/elections-on-home-…
Browse files Browse the repository at this point in the history
…page

Display elections on home page
  • Loading branch information
symroe authored Jul 7, 2023
2 parents 17daac1 + 1262adc commit ee2aa99
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 ee2aa99

Please sign in to comment.