diff options
Diffstat (limited to 'templates/base/alert.tmpl')
-rw-r--r-- | templates/base/alert.tmpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/base/alert.tmpl b/templates/base/alert.tmpl index bb1eb6aab1..15eeb566bd 100644 --- a/templates/base/alert.tmpl +++ b/templates/base/alert.tmpl @@ -1,2 +1,5 @@ -{{if .Flash.ErrorMsg}}<div class="alert alert-danger form-error">{{.Flash.ErrorMsg}}</div>{{end}} -{{if .Flash.SuccessMsg}}<div class="alert alert-success">{{.Flash.SuccessMsg}}</div>{{end}}
\ No newline at end of file +{{if .Flash.ErrorMsg}} +<div class="ui negative message"> + <p>{{.Flash.ErrorMsg}}</p> +</div> +{{end}}
\ No newline at end of file |