Skip to content

Commit 348de14

Browse files
authored
Merge pull request #13 from digital-land/fabiaucd
BAU change, removing 'find data' from header and using link in hero b…
2 parents b56166b + c3ef47d commit 348de14

File tree

4 files changed

+6
-19
lines changed

4 files changed

+6
-19
lines changed

application/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1 class="govuk-heading-xl app-masthead__title govuk-!-margin-bottom-2">
1212
Designing planning and housing data for planning.data.gov.uk
1313
</h1>
1414
<p class="govuk-body-l govuk-!-margin-bottom-0 app-masthead__sub-title">
15-
Help identify and design data for planning.data.gov.uk
15+
Help identify and design data for <a href="https://www.planning.data.gov.uk/" class="govuk-link govuk-link--inverse">planning.data.gov.uk</a>
1616
</p>
1717
</div>
1818
</div>

application/templates/layouts/base.html

-5
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@
6262
Design process
6363
</a>
6464
</li>
65-
<li class="govuk-header__navigation-item">
66-
<a class="govuk-header__link" href="https://www.planning.data.gov.uk/">
67-
Find data
68-
</a>
69-
</li>
7065
<li class="govuk-header__navigation-item">
7166
{% if not config.AUTHENTICATION_ON or session["user"] %}
7267
<a class="govuk-header__link" href="{{url_for('auth.logout')}}">

requirements/dev-requirements.txt

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile requirements/dev-requirements.in
@@ -20,15 +20,13 @@ click==8.1.7
2020
# flask
2121
distlib==0.3.8
2222
# via virtualenv
23-
exceptiongroup==1.2.2
24-
# via pytest
2523
filelock==3.15.4
2624
# via virtualenv
2725
flake8==7.1.1
2826
# via -r requirements/dev-requirements.in
2927
flask==3.0.3
3028
# via
31-
# -c /Users/adams/repos/mhclg/planning-data-design/requirements/requirements.in
29+
# -c /Users/fabiafowler/Desktop/planning-data-design/requirements/requirements.in
3230
# pytest-flask
3331
greenlet==3.0.3
3432
# via playwright
@@ -90,22 +88,16 @@ pytest-playwright==0.5.1
9088
# via -r requirements/dev-requirements.in
9189
python-slugify==8.0.4
9290
# via
93-
# -c /Users/adams/repos/mhclg/planning-data-design/requirements/requirements.in
91+
# -c /Users/fabiafowler/Desktop/planning-data-design/requirements/requirements.in
9492
# pytest-playwright
9593
pyyaml==6.0.2
9694
# via pre-commit
9795
requests==2.32.3
9896
# via pytest-base-url
9997
text-unidecode==1.3
10098
# via python-slugify
101-
tomli==2.0.1
102-
# via
103-
# black
104-
# pytest
10599
typing-extensions==4.12.2
106-
# via
107-
# black
108-
# pyee
100+
# via pyee
109101
urllib3==2.2.2
110102
# via requests
111103
virtualenv==20.26.3

requirements/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile requirements/requirements.in

0 commit comments

Comments
 (0)