have the welcome message fade out
This commit is contained in:
parent
2db533b365
commit
9993686591
2 changed files with 8 additions and 3 deletions
|
@ -11,8 +11,8 @@
|
|||
<div id="wrapper-content" role="main">
|
||||
<#if flash?has_content>
|
||||
<#if flash?starts_with("Welcome") >
|
||||
<section id="welcome-message" role="alert">
|
||||
${flash}
|
||||
<section id="welcome-msg-container" role="container">
|
||||
<section id="welcome-message" role="alert">${flash}</section>
|
||||
</section>
|
||||
<#else>
|
||||
<section id="flash-message" role="alert">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue