-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2071 from DemocracyClub/col20241028
Show different registration info for City of London Council ballots
- Loading branch information
Showing
11 changed files
with
230 additions
and
151 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
wcivf/apps/elections/templates/elections/includes/_city_of_london_registration_details.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{% load i18n %} | ||
|
||
<details open> | ||
<summary> | ||
<h2> | ||
<span aria-hidden="true"></span> | ||
{% blocktrans trimmed %}Register to vote{% endblocktrans %} | ||
</h2> | ||
</summary> | ||
<p> | ||
{% blocktrans trimmed %} | ||
City of London council elections do not use the same electoral register as other elections. | ||
{% endblocktrans %} | ||
</p> | ||
<p> | ||
{% blocktrans trimmed %} | ||
Both residents and city workers are eligible to vote. There is one register | ||
published annually, and the deadline to apply is 30 November each year. | ||
The new register comes into force on 16 February each year, | ||
and cannot be modified after that date. For more information, visit the | ||
<a href="https://www.speakforthecity.com/">Speak for the City</a> | ||
website or contact City of London electoral services. | ||
{% endblocktrans %} | ||
</p> | ||
{% if council.council_id %} | ||
<p> | ||
{% blocktrans trimmed %} | ||
For questions about your poll card, polling place, or about returning your postal voting ballot, contact your council. | ||
{% endblocktrans %} | ||
</p> | ||
{% if registration %} | ||
{% include "elections/includes/_council_contact_details.html" with contact_details=registration %} | ||
{% endif %} | ||
{% if council %} | ||
{% include "elections/includes/_council_contact_details.html" with contact_details=council %} | ||
{% endif %} | ||
{% endif %} | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters