This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
generated from communitiesuk/funding-service-design-TEMPLATE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from communitiesuk/bau/fix-email-from-config
Fix contact email from config in templates
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -77,7 +77,7 @@ | |
<h2 class="govuk-heading-l">Get help</h2> | ||
<p class="govuk-body">If you are experiencing difficulties with this service or have any questions, you can email us.</p> | ||
<h3 class="govuk-heading-m">Email</h3> | ||
<p class="govuk-body"><a class="govuk-link" href="mailto:[email protected]">[email protected]</a></p> | ||
<p class="govuk-body"><a class="govuk-link" href="mailto:{{ config.CONTACT_EMAIL }}">{{ config.CONTACT_EMAIL }}</a></p> | ||
<p class="govuk-body">Monday to Friday: 9am to 5pm (except public holidays).</p> | ||
<h2 class="govuk-visually-hidden">Support links</h2> | ||
</div> | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
<h1 class="govuk-heading-xl">Get help</h1> | ||
<p class="govuk-body">If you are experiencing difficulties with this service or have any questions, you can email us.</p> | ||
<h2 class="govuk-heading-l govuk-!-margin-top-4">Email</h2> | ||
<p class="govuk-body"><a class="govuk-link" href="mailto:[email protected]">[email protected]</a>.</p> | ||
<p class="govuk-body"><a class="govuk-link" href="mailto:{{ config.CONTACT_EMAIL }}">{{ config.CONTACT_EMAIL }}</a></p> | ||
<p class="govuk-body">Monday to Friday: 9am to 5pm (except public holidays).</p> | ||
{% endblock %} | ||
|
||
|
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ <h1 class="govuk-heading-xl">Find monitoring data</h1> | |
}) }} | ||
|
||
<h2 class="govuk-heading-l govuk-!-margin-top-4">Get help</h2> | ||
<p class="govuk-body">If you are having difficulties logging in, email the FSD support team at <a class="govuk-link" href="mailto:[email protected]">[email protected]</a></p> | ||
<p class="govuk-body">If you are having difficulties logging in, email the FSD support team at <a class="govuk-link" href="mailto:{{ config.CONTACT_EMAIL }}">{{ config.CONTACT_EMAIL }}</a></p> | ||
</div> | ||
{% endblock %} | ||
|
||
|
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