summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-04-12 11:04:07 +0200
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-04-12 11:04:07 +0200
commit87270dc8dfca246f54c5f0ccaa3f3d3e98020a2d (patch)
treeb4dfae9dbc5da19204f9e6a0110db75ea98db0ba
parent974b74649a3e525bc3fd809501c98716d11021bd (diff)
Increase toast auto hide delay to 30 seconds
-rw-r--r--ogcp/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html
index e9b72c5..c67dd9b 100644
--- a/ogcp/templates/base.html
+++ b/ogcp/templates/base.html
@@ -112,7 +112,7 @@
class: bgclass,
position: 'bottomRight',
autohide: true,
- delay: 10000,
+ delay: 30000,
title: '{{ message }}',
})
{% endfor %}