-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{% if DATA_DOWNLOAD %} | ||
<h2>Get the data</h2> | ||
<p>Download the CSV of all candidates standing for the {{ election_name }}:</p> | ||
<p><a class="button" href="{% url "data_export" %}?election_id={{ election_regex }}">Download CSV</a></p> | ||
<p>Or for more advance filters and more fields, try the | ||
<a href="{% url "data_home" %}?election_id={{ election_regex }}">custom CSV builder</a>.</p> | ||
<p>You can also use our <a href="{% url "api-home" %}">candidates API</a> or <a | ||
href="https://developers.democracyclub.org.uk/">postcode lookup API</a>.</p> | ||
{% endif %} |
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