-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into TM-173-LTM-Integration-With-Reservations-A…
…nd-Approvals
- Loading branch information
Showing
30 changed files
with
123 additions
and
341 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
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
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
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
68 changes: 0 additions & 68 deletions
68
...loyerAccounts.UnitTests/Queries/GetPostcodeAddressTests/WhenIGetAddressesFromAPostcode.cs
This file was deleted.
Oops, something went wrong.
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
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
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
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
2 changes: 1 addition & 1 deletion
2
.../ViewModels/TermsAndConditionViewModel.cs → ...wModels/TermsAndConditionsNewViewModel.cs
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
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
4 changes: 2 additions & 2 deletions
4
src/SFA.DAS.EmployerAccounts.Web/Views/Home/TermsAndConditions.cshtml
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
43 changes: 43 additions & 0 deletions
43
src/SFA.DAS.EmployerAccounts.Web/Views/Home/TermsAndConditionsOverview.cshtml
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
@{ | ||
ViewBag.PageID = "page-terms-and-conditions-overview"; | ||
ViewBag.Section = "home"; | ||
ViewBag.Title = "Terms and Conditions"; | ||
ViewBag.HideNav = true; | ||
Layout = "~/Views/Shared/_Layout_CDN.cshtml"; | ||
} | ||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-two-thirds"> | ||
<h1 class="govuk-heading-xl">Terms of use</h1> | ||
<p class="govuk-body govuk-!-padding-bottom-3"> | ||
To use this service you agree to: | ||
</p> | ||
<p> | ||
<ul class="govuk-list govuk-list--bullet govuk-!-margin-bottom-9"> | ||
<li>Sign out at the end of each session</li> | ||
<li>Input truthful and accurate information</li> | ||
<li>Adhere to the <a href="http://www.legislation.gov.uk/ukpga/1990/18/contents" target="_blank">Computer Misuse Act 1990</a></li> | ||
<li>Use only a legitimate email address that you or people in your organisation has access to</li> | ||
<li>Keep your sign in details secure and do not share them with third parties</li> | ||
<li>Not use discriminatory wording as set out in the <a href="https://www.gov.uk/guidance/equality-act-2010-guidance#equalities-act-2010-legislation" target="_blank">Equality Act 2010</a></li> | ||
<li>Make sure the published rates of pay comply with the <a href="https://www.gov.uk/national-minimum-wage-rates" target="_blank">National Minimum Wage</a> guidelines and are not misleading to candidates</li> | ||
<li>Adhere to all relevant <a href="https://www.gov.uk/browse/employing-people" target="_blank">UK employment law</a></li> | ||
<li>If you are a commercial organisation as defined in <a href="https://www.legislation.gov.uk/ukpga/2015/30/section/54/enacted" target="_blank">section 54 of the Modern Slavery Act 2015</a>, adhere to the annual reporting requirements</li> | ||
<li>Your apprenticeship adverts being publicly accessible, including the possibility of partner websites displaying them</li> | ||
<li>Comply with the government safeguarding policies for <a href="https://www.gov.uk/government/publications/ofsted-safeguarding-policy" target="_blank">children</a> and <a href="https://www.gov.uk/government/publications/safeguarding-policy-protecting-vulnerable-adults" target="_blank">vulnerable adults</a></li> | ||
<li>Not provide feedback on a training provider when you are an employer provider</li> | ||
<li>Be an active and trading business at the point of creating an apprenticeship service account</li> | ||
<li>Only add apprentices that are linked to the PAYE scheme registered in your employer account</li> | ||
<li>Comply at all times with the Apprenticeship Agreement for Employers and Apprenticeship Funding Rules</li> | ||
</ul> | ||
</p> | ||
<p class="govuk-body">When you sign up for an apprenticeship service account we may need to verify and validate your company. You may not be granted an account if you fail the checks conducted by ESFA.</p> | ||
<p class="govuk-body">Your contact details and information associated with your account will be collected and used for the support and administration of your account.</p> | ||
<p class="govuk-body">We will not:</p> | ||
<ul class="govuk-list govuk-list--bullet"> | ||
<li>Use or disclose this information for other purposes (except where we’re legally required to do so)</li> | ||
<li>Use your details for any marketing purposes or for any reason unrelated to the use of your account</li> | ||
</ul> | ||
<p class="govuk-body">We may update these terms and conditions at any time without notice. You’ll agree to any changes if you continue to use this service after the terms and conditions have been updated.</p> | ||
</div> | ||
</div> | ||
|
Oops, something went wrong.