Skip to content

Commit 724ec93

Browse files
committed
remove dluhc references
1 parent f42403a commit 724ec93

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

application/blueprints/main/views.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def index_json():
6161
def support():
6262
breadcrumbs = {
6363
"items": [
64-
{"text": "DLUHC Datasets", "href": url_for("main.index")},
64+
{"text": "MHCLG Datasets", "href": url_for("main.index")},
6565
{"text": "Support"},
6666
]
6767
}
@@ -72,7 +72,7 @@ def support():
7272
def how_we_add_datasets():
7373
breadcrumbs = {
7474
"items": [
75-
{"text": "DLUHC Datasets", "href": url_for("main.index")},
75+
{"text": "Datasets", "href": url_for("main.index")},
7676
{"text": "How we add datasets"},
7777
]
7878
}

application/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
dataset_replacement_query = (
3333
f"{datasette_url}/dataset.json?_shape=object&replacement_dataset__notblank=1"
3434
)
35-
dataset_editor_base_url = "https://dluhc-datasets.planning-data.dev"
35+
dataset_editor_base_url = "https://dataset-editor.development.planning.data.gov.uk"
3636

3737

3838
dataset_field_field_query = (

application/templates/datasets.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="govuk-grid-row">
55
<div class="govuk-grid-column-three-quarters">
66
<h1 class="govuk-heading-l">Datasets</h1>
7-
<p class="govuk-body-l">Datasets managed within the Department for Levelling Up, Housing and Communities, that support <a href="https://www.planning.data.gov.uk/" class="govuk-link">planning.data.gov.uk</a>.</p>
7+
<p class="govuk-body-l">Datasets managed within the Ministry of Housing,Communities and Local Government, that support <a href="https://www.planning.data.gov.uk/" class="govuk-link">planning.data.gov.uk</a>.</p>
88
</div>
99
<div class="govuk-grid-column-full">
1010
<table class="app-table app-table--responsive">

application/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block content %}
44
<div class="govuk-grid-row">
55
<div class="govuk-grid-column-three-quarters">
6-
<h1 class="govuk-heading-l">DLUHC Dataset Editor</h1>
6+
<h1 class="govuk-heading-l">Digital Land Dataset Editor</h1>
77
<p class="govuk-body"><a href="{{url_for('main.datasets')}}">Datasets</a></p>
88
</div>
99
</div>

application/templates/support.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ <h1 class="govuk-heading-l">Support</h1>
88
<p class="govuk-body">We aim to respond to all requests within 2 working days.</p>
99

1010
<h1 class="govuk-heading-l">How this works</h1>
11-
<p class="govuk-body">The DLUHC dataset editor allows the data standards team to manage the datasets the department owns.</p>
11+
<p class="govuk-body">The MHCLG dataset editor allows the data standards team to manage the datasets the department owns.</p>
1212
<p class="govuk-body">The tool is for managing the records in the datasets, not the definitions of the dataset. We define the datasets in our <a href="https://github.com/digital-land/specification" class="govuk-link">specification repository</a>.</p>
13-
<p class="govuk-body"><a href="how-we-add-datasets" class="govuk-link">How we add datasets to the DLUHC datasets editor</a></p>
13+
<p class="govuk-body"><a href="how-we-add-datasets" class="govuk-link">How we add datasets to the MHCLG datasets editor</a></p>
1414
</div>
1515
</div>
1616
{% endblock content %}

0 commit comments

Comments
 (0)