Fix another spacing bug on the submit page

- Legacy-Id: 12661
This commit is contained in:
Ole Laursen 2017-01-17 13:50:41 +00:00
parent 1850a26b23
commit f4555c4269

View file

@ -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 %}