-
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.
Merge pull request #2322 from DemocracyClub/link-to-data-exporter
Link to data exporter
- Loading branch information
Showing
13 changed files
with
84 additions
and
191 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
99 changes: 2 additions & 97 deletions
99
ynr/apps/api/templates/api/results.html → ynr/apps/api/templates/api/atom.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
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block hero %} | ||
{{ block.super }} | ||
<h1>Data and reports</h1> | ||
<nav class="ds-subnav" aria-label="About"> | ||
<ul> | ||
<li><a href="{% url "api-home" %}">API</a></li> | ||
<li><a href="{% url "data_home" %}">CSVs</a></li> | ||
{# <li><a href="{% source_url "api_docs_results" %}">Results</a></li>#} | ||
<li><a href="{% url "api-terms" %}">Usage Terms</a></li> | ||
<li><a href="{% url "reports_home" %}">Reports</a></li> | ||
</ul> | ||
</nav> | ||
{% endblock %} | ||
|
||
{% block content %} | ||
|
||
<style> | ||
|
||
</style> | ||
<div class="data-and-reports"> | ||
{% block in_page_menu %} | ||
|
||
{% endblock %} | ||
<div class="page_content"> | ||
{% block api_content %} | ||
|
||
{% endblock %} | ||
</div> | ||
</div> | ||
{% endblock %} |
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
Oops, something went wrong.