Increased show time of the flash messages to 5 seconds.

This commit is contained in:
Jan Böhmer 2019-04-13 19:49:27 +02:00
parent 66ebdb357c
commit 1cbbc26e7a

View file

@ -129,7 +129,7 @@
'error': 'bg-danger text-white', 'warning': 'bg-warning text-white',
'notice': 'bg-info text-white', 'info': 'bg'})%}
<div class="toast " role="alert" aria-live="assertive" aria-atomic="true" data-delay="2000">
<div class="toast " role="alert" aria-live="assertive" aria-atomic="true" data-delay="5000">
<div class="toast-header {{ flash_bg }}">
{# <img src="..." class="rounded mr-2" alt="...">#}
<i class="fas fa-fw {{ flash_symbol }} mr-2"></i>