-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OD-50: Unbolds full stop after the email and back button directs to d…
…om page.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
Get energy certificate data | ||
{% endset%} | ||
|
||
{% set backLink = "/get-energy-certificate-data/" %} | ||
{% set backLink = "/get-energy-certificate-data/domestic-buildings" %} | ||
|
||
{% extends "layouts/main.html" %} | ||
|
||
|
@@ -23,7 +23,7 @@ <h2 class="govuk-panel__title govuk-!-padding-6"> | |
</div> | ||
<h2 class="govuk-heading-m govuk-!-padding-top-2">What happens next</h2> | ||
<p class="govuk-body"> | ||
An email with a download link will be sent to: <strong>[email protected].</strong> | ||
An email with a download link will be sent to: <strong>[email protected]</strong>. | ||
</p> | ||
<p class="govuk-body"> | ||
This may take up to 30 minutes to be delivered to your inbox. If you cannot see the email in your inbox, check your junk or spam folder. | ||
|