Skip to content

Commit

Permalink
Fix disable kurs video controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayvented committed Dec 8, 2023
1 parent a2f5489 commit 39c56b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/akademie/kurs.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
url: "{{ kurs.video }}",
loop: false,
{% if not buchung.abgeschlossen %}
controls: true,
controls: false,
title: false,
{% endif %}
responsive: true
Expand Down

0 comments on commit 39c56b6

Please sign in to comment.