diff --git a/app/templates/components/list-entry.html b/app/templates/components/list-entry.html index c7884ce6f..bc01ab655 100644 --- a/app/templates/components/list-entry.html +++ b/app/templates/components/list-entry.html @@ -1,6 +1,3 @@ -{% from "components/components/fieldset/macro.njk" import govukFieldset %} -{% from "components/components/error-message/macro.njk" import usaErrorMessage %} - {% macro list_entry( field, item_name, @@ -9,53 +6,43 @@ ) %}
+
Report is {{ "{:.0f}%".format(job.percentage_complete * 0.99) }} complete…
{% elif notifications and time_left != "Data no longer available" %} diff --git a/app/templates/partials/tour.html b/app/templates/partials/tour.html index 598129641..3982686d9 100644 --- a/app/templates/partials/tour.html +++ b/app/templates/partials/tour.html @@ -2,7 +2,7 @@ {% call banner_wrapper(type='tour') %}Try sending yourself this example
-1.
2.
3.
{{ user.email_address }}
-{{ user.mobile_number or 'No mobile number'}}
+{{ user.mobile_number or 'No mobile number'}}