diff options
Diffstat (limited to 'ogcp/templates/base.html')
-rw-r--r-- | ogcp/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index ceb49bd..e9b72c5 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -110,9 +110,9 @@ {% endif %} $(document).Toasts('create', { class: bgclass, - position: 'topLeft', + position: 'bottomRight', autohide: true, - delay: 5000, + delay: 10000, title: '{{ message }}', }) {% endfor %} |