gitea/templates/base/alert.tmpl

5 lines
100 B
Cheetah
Raw Normal View History

2015-07-08 21:47:56 +10:00
{{if .Flash.ErrorMsg}}
<div class="ui negative message">
<p>{{.Flash.ErrorMsg}}</p>
</div>
{{end}}