Skip to content

Commit

Permalink
Add event slug to downloaded file name
Browse files Browse the repository at this point in the history
  • Loading branch information
pampletousse authored and pampletousse committed Jan 23, 2024
1 parent 7ca4aec commit f8c5f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/live/templates/live/event-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h2 class="modal-title h5" id="shareLabel">
<label>{% trans 'QR code for this link:' %}&nbsp;</label><br>
{{ qrcode }}
<br>
<button id="btnDownloadQrCode" type="submit" data-slug="{{ video.slug }}" class="btn btn-primary my-2" title="{% trans 'Download qrcode' %}">{% trans 'Download' %}</button>
<button id="btnDownloadQrCode" type="submit" data-slug="{{ event.slug }}" class="btn btn-primary my-2" title="{% trans 'Download qrcode' %}">{% trans 'Download' %}</button>
</div>
</fieldset>
</div> <!-- End modal body-->
Expand Down

0 comments on commit f8c5f10

Please sign in to comment.