Skip to content

Commit

Permalink
Merge pull request #1695 from DemocracyClub/hotfix/no-election-text
Browse files Browse the repository at this point in the history
Update no election text logic
  • Loading branch information
Bekabyx authored Sep 19, 2023
2 parents 17a321f + 2ad08f5 commit 1c15734
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<div class="ds-card-body">
{% if postelections.count == 0 %}
<h2>{% trans "We don't know of any upcoming elections in your area." %}</h2>
<p>{% trans "Local and devolved elections in the UK typically happen on the first Thursday in May. By-elections and parliamentary general elections can happen at any time. Not all areas have elections each year." %}</p>
<p>{% blocktrans %}Learn more about elections in the UK <a href="https://www.electoralcommission.org.uk/i-am-a/voter/types-elections">on the Electoral Commission website</a>.{% endblocktrans %}</p>
{% else %}
{% regroup postelections by election.election_date as header_elections_by_date %}
{% if address_picker %}
Expand Down Expand Up @@ -80,13 +82,7 @@ <h3>
{% if referendums %}
{% include 'referendums/includes/_list.html' with referendums=referendums %}
{% endif %}

{% if not ballot.election.contested and not ballot.election.ynr_sopn_link %}
<p>{% trans "There may be parish, town or community council elections in some areas." %}</p>
<p>{% trans "Local and devolved elections in the UK typically happen on the first Thursday in May. By-elections and parliamentary general elections can happen at any time. Not all areas have elections each year." %}</p>
<p>{% blocktrans %}Learn more about elections in the UK <a href="https://www.electoralcommission.org.uk/i-am-a/voter/types-elections">on the Electoral Commission website</a>.{% endblocktrans %}</p>
{% endif %}

<p>{% trans "There may be parish, town or community council elections in some areas." %}</p>
{% endif %}
</div>
</div>

0 comments on commit 1c15734

Please sign in to comment.