Fix coupon form a bit

This commit is contained in:
2021-11-29 23:32:25 +01:00
parent ef083ff087
commit d37bddb720
3 changed files with 11 additions and 3 deletions

View File

@@ -9,7 +9,6 @@
</div>
{{else}}
<div id="submit_result" class="highlight_red">
Something went wrong, please correct these errors before continuing:<br/>
<ul>
{{range $msg := .SubmitMessages}}
<li>{{$msg}}</li>