diff --git a/app/views/schools/dashboards/_update_your_school_profile.html.erb b/app/views/schools/dashboards/_update_your_school_profile.html.erb index ecf5eb0d1..fa2c0d6f1 100644 --- a/app/views/schools/dashboards/_update_your_school_profile.html.erb +++ b/app/views/schools/dashboards/_update_your_school_profile.html.erb @@ -8,6 +8,7 @@

Before you can receive requests, you need to complete your school profile. + <%= link_to 'Complete your school profile', Feature.enabled?(:task_progress_on_boarding) ? schools_on_boarding_progress_path : schools_on_boarding_profile_path, @@ -15,6 +16,10 @@ %>

+

+ Your personal details will be protected under the terms of our <%= link_to 'privacy notice', schools_privacy_policy_path =%>. + This explains how we use your personal data. It's important you read it before completing your school profile. +

diff --git a/app/views/schools/on_boarding/profiles/onboarding.html.erb b/app/views/schools/on_boarding/profiles/onboarding.html.erb index 74a2afa66..a50a5066a 100644 --- a/app/views/schools/on_boarding/profiles/onboarding.html.erb +++ b/app/views/schools/on_boarding/profiles/onboarding.html.erb @@ -40,7 +40,6 @@

<% end %>