mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2024-11-24 08:42:27 +02:00
fix "mail sent" message
It was handled, but with a simple typo (stash!=flash).
This commit is contained in:
parent
84df996971
commit
f408c6135d
@ -5,9 +5,9 @@
|
||||
|
||||
<h1><%= $title =%></h1>
|
||||
|
||||
% if ( stash 'message' ) {
|
||||
% if ( flash 'message' ) {
|
||||
<div class="message">
|
||||
<p><%= stash 'message' =%></p>
|
||||
<p class="message"><%= flash 'message' =%></p>
|
||||
</div>
|
||||
% }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user