mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-24 20:15:58 +00:00
Fix for flashes not clearing bug
This commit is contained in:
@@ -69,9 +69,9 @@
|
||||
</nav>
|
||||
|
||||
<div class="container">
|
||||
{{with .ctx.Session.Flashes "errors"}}
|
||||
{{with .errorFlash}}
|
||||
<div class="alert alert-danger">
|
||||
<p>Please fix the following errors and resubmit:<p>
|
||||
<p>Please fix the following errors and try again:<p>
|
||||
<ul>
|
||||
{{range .}}
|
||||
<li>{{.}}</li>
|
||||
|
||||
Reference in New Issue
Block a user