We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3b9b8 commit 1a1d5e9Copy full SHA for 1a1d5e9
templates/index.html
@@ -34,7 +34,7 @@ <h1>Virtual Competition Code Submission</h1>
34
{% if BLUESHIRT_SCOPE in request.auth.scopes %}
35
<div class="row">
36
<div class="col-sm-6">
37
- <a href="{{ url_for('download_submissions') }}">
+ <a download href="{{ url_for('download_submissions') }}">
38
Download current chosen submissions
39
</a>
40
</div>
0 commit comments