From adcebf9acafc57dc325b11052ebbe990064bc413 Mon Sep 17 00:00:00 2001 From: Pedro Morgan Date: Sun, 5 Mar 2017 01:50:46 +0000 Subject: [PATCH] Correct bootstrap error class --- revel/skeleton/app/views/flash.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revel/skeleton/app/views/flash.html b/revel/skeleton/app/views/flash.html index 9c9ade9..1c764c0 100644 --- a/revel/skeleton/app/views/flash.html +++ b/revel/skeleton/app/views/flash.html @@ -5,7 +5,7 @@ {{end}} {{if or .errors .flash.error}} -
+
{{if .flash.error}} {{.flash.error}} {{end}}