N°4838 - Fix comment

This commit is contained in:
Molkobain
2022-08-05 19:45:46 +02:00
parent 1655a377f0
commit 02af3cf197

View File

@@ -15,6 +15,6 @@
{% block ready_script %}
{{ parent() }}
// Redirect after 2s so the user has time to read the message
// Redirect after 1s so the user has time to read the message
setTimeout(function() { window.location.href = '{{ sUrl }}'; }, 1000);
{% endblock %}