Skip to content

Commit 1a1d5e9

Browse files
committed
Give browsers more clues that this is going to be a download
1 parent db3b9b8 commit 1a1d5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1>Virtual Competition Code Submission</h1>
3434
{% if BLUESHIRT_SCOPE in request.auth.scopes %}
3535
<div class="row">
3636
<div class="col-sm-6">
37-
<a href="{{ url_for('download_submissions') }}">
37+
<a download href="{{ url_for('download_submissions') }}">
3838
Download current chosen submissions
3939
</a>
4040
</div>

0 commit comments

Comments
 (0)