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 %}