Correct bootstrap error class

This commit is contained in:
Pedro Morgan
2017-03-05 01:50:46 +00:00
parent 7b90dfa83e
commit adcebf9aca

View File

@@ -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}}