Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 11 additions & 22 deletions src/views/organisations/get-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,40 +184,29 @@ <h2 class="gem-c-step-nav__title">
</div>

<div class="gem-c-step-nav__panel js-panel" id="step-panel-submit-your-data-4">
{% if 'submitEndpointForm' | isFeatureEnabled %}
<p class="gem-c-step-nav__paragraph"><a href="{{ organisation | endpointSubmissionFormToolDeepLink(dataset) }}">Provide your data</a> to the Planning
Data Platform. You need to submit your:</p>

<ul class="govuk-list govuk-list--bullet">
<li>full name</li>
<li>work email address</li>
<li>endpoint URL</li>
<li>website URL</li>
</ul>

<p class="gem-c-step-nav__paragraph">We’ll confirm by email when we’ve received your data.</p>
{% else %}
<p class="gem-c-step-nav__paragraph">To submit your endpoint URL, send an email to <a href="mailto:digitalland@communities.gov.uk">digitalland@communities.gov.uk</a>.</p>
The email must include:
<p class="gem-c-step-nav__paragraph">Always check your data before you provide it. This helps you identify and fix any errors.</p>
<p class="gem-c-step-nav__paragraph">
When you're ready to provide your data to the Planning Data Platform, submit your:
</p>
<ul class="govuk-list govuk-list--bullet">
<li>
your full name
full name
</li>
<li>
the name of your planning authority
work email address
</li>
<li>
a link to the webpage on your official planning authority website
endpoint URL
</li>
<li>
a link to the endpoint URL
webpage URL
</li>
</ul>
</p>

<p class="gem-c-step-nav__paragraph">
We'll process your submission and add your dataset to the planning data platform.
<p class="govuk-body">
<a href="{{ organisation | endpointSubmissionFormToolDeepLink(dataset) }}">Provide your data</a>
</p>
{% endif %}
</div>
</li>

Expand Down
3 changes: 3 additions & 0 deletions src/views/submit/lpa-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ <h1 class="govuk-heading-l">

{{ pageHeader | safe }}

<p class="govuk-body">
Always <a href="check/upload-method" class="govuk-link">check your data before you provide it</a>. This helps you identify and fix any errors.
</p>
<form novalidate method="post">

{{ govukInput({
Expand Down