Skip to content

Commit 2a70aa2

Browse files
committed
fixup! add a download link to council right of reply section page
1 parent 82ad5b3 commit 2a70aa2

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

crowdsourcer/templates/crowdsourcer/authority_section_list.html

+12-6
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,17 @@ <h1 class="mb-4">Sections</h1>
4141
</tbody>
4242
</table>
4343

44-
{% if marking_session.label == "Scorecards 2025" %}
45-
<a href="{% session_url 'authority_ror_download' authority_name %}">Download your Right of Reply response</a>
46-
<p>
47-
Clicking here enables you to download a .csv copy of your Right of Reply responses you have provided for the 2025 Council Climate Action Scorecards. Please keep these responses private, for your own council internal use only.
48-
</p>
49-
{% endif %}
44+
{% if marking_session.label == "Scorecards 2025" %}
45+
<div class="my-5" style="max-width: 40rem">
46+
<h2 class="mb-3">Download your responses so far</h2>
47+
<p>You can download a CSV copy of the Right of Reply responses you have provided for the 2025 Council Climate Action Scorecards.</p>
48+
<p>Please keep these responses private, for your own council’s internal use only.</p>
49+
<a href="{% session_url 'authority_ror_download' authority_name %}" class="btn btn-primary d-inline-flex align-items-center">
50+
{% include 'crowdsourcer/icons/download.svg' with classes="me-2" %}
51+
Download responses CSV
52+
</a>
53+
</div>
54+
{% endif %}
55+
5056
{% endif %}
5157
{% endblock %}

0 commit comments

Comments
 (0)