diff --git a/django/static/mp3/Hintergrundmusik.mp3 b/django/static/mp3/Hintergrundmusik.mp3 new file mode 100644 index 0000000..b83351c Binary files /dev/null and b/django/static/mp3/Hintergrundmusik.mp3 differ diff --git a/django/templates/play/game/question_host.html b/django/templates/play/game/question_host.html index 8081cec..7f2fb25 100644 --- a/django/templates/play/game/question_host.html +++ b/django/templates/play/game/question_host.html @@ -73,6 +73,7 @@ {% block extra_js %} {% include 'play/game/common_scripts.html' %} +{% include 'play/game/sound.html' %} {% endif %} {% include 'play/game/common_scripts.html' %} +{% if is_host %} +{% include 'play/game/sound.html' %} +{% endif %} \ No newline at end of file