prompt 6
This commit is contained in:
6
web/templates/public/_flash.html
Normal file
6
web/templates/public/_flash.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{{if .FlashSuccess}}
|
||||
<div style="background:#dcfce7;color:#166534;padding:12px;border-radius:8px;margin:0 0 12px;">{{.FlashSuccess}}</div>
|
||||
{{end}}
|
||||
{{if .FlashError}}
|
||||
<div style="background:#fee2e2;color:#991b1b;padding:12px;border-radius:8px;margin:0 0 12px;">{{.FlashError}}</div>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user