From 87270dc8dfca246f54c5f0ccaa3f3d3e98020a2d Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Tue, 12 Apr 2022 11:04:07 +0200 Subject: Increase toast auto hide delay to 30 seconds --- ogcp/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- cgit v1.2.3-18-g5258