Skip to content

Commit

Permalink
Give browsers more clues that this is going to be a download
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Jan 6, 2021
1 parent db3b9b8 commit 1a1d5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1>Virtual Competition Code Submission</h1>
{% if BLUESHIRT_SCOPE in request.auth.scopes %}
<div class="row">
<div class="col-sm-6">
<a href="{{ url_for('download_submissions') }}">
<a download href="{{ url_for('download_submissions') }}">
Download current chosen submissions
</a>
</div>
Expand Down

0 comments on commit 1a1d5e9

Please sign in to comment.