Merge pull request #1344 from alphagov/99-problems-but-hundred-aint-one

Never say ‘report is 100% complete…’ on job page
This commit is contained in:
Chris Hill-Scott
2017-07-04 08:55:10 +01:00
committed by GitHub

View File

@@ -26,7 +26,7 @@
{% if percentage_complete < 100 %}
<p class="bottom-gutter hint">
Report is {{ "{:.0f}%".format(percentage_complete) }} complete…
Report is {{ "{:.0f}%".format(percentage_complete * 0.99) }} complete…
</p>
{% elif notifications %}
<p class="bottom-gutter">