diff --git a/Website/__init__.py b/Website/__init__.py
index 307dace..3e5bb3a 100644
--- a/Website/__init__.py
+++ b/Website/__init__.py
@@ -57,6 +57,10 @@ def create_app(test_config=None):
def socketiojs():
return send_file('../static/socket.io.js')
+ @app.route('/ka-ching.wav')
+ def kaching():
+ return send_file('../static/ka-ching.wav')
+
@app.route('/new.css')
def newcss():
return send_file('../static/new.min.css')
diff --git a/Website/templates/base.html b/Website/templates/base.html
index 69fdd57..d893f04 100644
--- a/Website/templates/base.html
+++ b/Website/templates/base.html
@@ -8,6 +8,7 @@
>
+
{% block customscript %}{% endblock %}
diff --git a/Website/templates/list.html b/Website/templates/list.html
index 1769c42..922c849 100644
--- a/Website/templates/list.html
+++ b/Website/templates/list.html
@@ -4,6 +4,21 @@ Strichliste
{% endblock %}
{% block customscript %}