We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab6cf6e + f5904d1 commit 8611e61Copy full SHA for 8611e61
1 file changed
lms/templates/video.html
@@ -144,7 +144,7 @@ <h4 class="hd hd-5">{% trans 'Transcripts' as tmsg %}{{tmsg|force_escape}}</h4>
144
{% if handout %}
145
<div class="wrapper-handouts">
146
<h4 class="hd hd-5">{% trans 'Handouts' as tmsg %}{{tmsg|force_escape}}</h4>
147
- <a class="btn-link" href="{{ handout|escape }}">{% trans 'Download Handout' as tmsg %}{{tmsg|force_escape}}</a>
+ <a class="btn-link" href="{{ handout|escape }}" download>{% trans 'Download Handout' as tmsg %}{{tmsg|force_escape}}</a>
148
</div>
149
{% endif %}
150
0 commit comments