diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-04-12 11:04:07 +0200 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-04-12 11:04:07 +0200 |
commit | 87270dc8dfca246f54c5f0ccaa3f3d3e98020a2d (patch) | |
tree | b4dfae9dbc5da19204f9e6a0110db75ea98db0ba | |
parent | 974b74649a3e525bc3fd809501c98716d11021bd (diff) |
Increase toast auto hide delay to 30 seconds
-rw-r--r-- | ogcp/templates/base.html | 2 |
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 %} |