diff options
Diffstat (limited to 'ogcp')
-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 %} |