mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-24 04:57:02 +00:00
11 lines
180 B
HTML
11 lines
180 B
HTML
{{if .errors}}
|
|
<div class="errors">
|
|
<p>Please fix the following errors and resubmit:<p>
|
|
<ul>
|
|
{{range .errors}}
|
|
<li>{{.Message}}</li>
|
|
{{end}}
|
|
</ul>
|
|
</div>
|
|
{{end}}
|