Fix another spacing bug on the submit page
- Legacy-Id: 12661
This commit is contained in:
parent
1850a26b23
commit
f4555c4269
|
@ -48,9 +48,7 @@
|
|||
{% if check.errors %}
|
||||
<p class="alert alert-warning">
|
||||
The {{check.checker}} returned {{ check.errors }} error{{ check.errors|pluralize }}
|
||||
and {{ check.warnings }} warning
|
||||
|
||||
{{ check.warnings|pluralize }} ; click the button
|
||||
and {{ check.warnings }} warning{{ check.warnings|pluralize }}; click the button
|
||||
below to see details. Please fix those, and resubmit.
|
||||
</p>
|
||||
{% elif check.warnings %}
|
||||
|
|
Loading…
Reference in a new issue