diff --git a/Website/templates/change.html b/Website/templates/change.html
index e2d4a92..ac541de 100644
--- a/Website/templates/change.html
+++ b/Website/templates/change.html
@@ -15,11 +15,11 @@
});
socket.on("error", function(data) {
alert(data)
- window.location="http://matekasse.server.c3h/"
+ window.location="/list"
});
socket.on("finished", function(data){
alert(data)
- window.location="http://matekasse.server.c3h/"
+ window.location="/list"
});
-{% endblock %}
\ No newline at end of file
+{% endblock %}