Skip to content

Commit 4af4c85

Browse files
committed
Add link to download considerations as csv
1 parent 1f4f52f commit 4af4c85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

application/templates/considerations.html

+5
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ <h1 class="govuk-heading-xl">Planning considerations backlog</h1>
6767
<div class="govuk-grid-row">
6868
<div class="govuk-grid-column-one-quarter">
6969
{% include 'partials/consideration-filters.html' %}
70+
<hr class="govuk-section-break-m">
71+
<p class="govuk-!-font-size-16 govuk-!-margin-bottom-1">
72+
<a href="{{ url_for('planning_consideration.considerations_csv') }}" class="govuk-link">Download planning considerations as csv</a>
73+
</p>
74+
<hr class="govuk-section-break-m">
7075
</div>
7176

7277
<div class="govuk-grid-column-three-quarters">

0 commit comments

Comments
 (0)