applications: 3 secondes for refreshing page is enought (#89124)

This commit is contained in:
Lauréline Guérin 2024-04-12 18:18:09 +02:00
parent 422f55c2c5
commit 7e3a702476
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% extends "hobo/base.html" %}
{% extends "hobo/applications/versions.html" %}
{% load i18n %}
{% block appbar %}
@ -31,7 +31,7 @@
{% elif object.status != 'failed' %}
setTimeout(function() {
window.location.reload();
}, 2000);
}, 3000);
{% endif %}
});
</script>