mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-21 22:54:58 +00:00
Correct bootstrap error class
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
{{if or .errors .flash.error}}
|
{{if or .errors .flash.error}}
|
||||||
<div class="alert alert-error">
|
<div class="alert alert-danger">
|
||||||
{{if .flash.error}}
|
{{if .flash.error}}
|
||||||
{{.flash.error}}
|
{{.flash.error}}
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|||||||
Reference in New Issue
Block a user