From d41b4376934ae08f3a34737fda70a5b2aa856573 Mon Sep 17 00:00:00 2001 From: Ginger Butcher Date: Fri, 5 Jul 2024 12:16:01 +0100 Subject: [PATCH 1/2] feat: add link to help pages into footer --- ckanext/nhm/theme/templates/footer.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ckanext/nhm/theme/templates/footer.html b/ckanext/nhm/theme/templates/footer.html index 396f9848..0bdb1b12 100644 --- a/ckanext/nhm/theme/templates/footer.html +++ b/ckanext/nhm/theme/templates/footer.html @@ -58,6 +58,11 @@
  • Credits
  • +
  • + + Help + +
  • Contact
  • From 2aca4696b8a96d62ee18bafa16cc1c0f3d192b18 Mon Sep 17 00:00:00 2001 From: Ginger Butcher Date: Fri, 5 Jul 2024 12:18:18 +0100 Subject: [PATCH 2/2] refactor: remove api docs link, shorten some titles in footer --- ckanext/nhm/theme/templates/footer.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ckanext/nhm/theme/templates/footer.html b/ckanext/nhm/theme/templates/footer.html index 0bdb1b12..5fc96749 100644 --- a/ckanext/nhm/theme/templates/footer.html +++ b/ckanext/nhm/theme/templates/footer.html @@ -66,25 +66,23 @@
  • Contact
  • -
  • {{ h.api_doc_link() }}
  • Privacy notice
  • + href="{{ h.url_for('legal.privacy') }}">Privacy
  • T&C
  • - Website accessibility statement + Accessibility
  • - Acknowledgement of harmful content + Harmful content
  • {% if g.userobj %}
  • - {{ _('My - account') }} + {{ _('Account') }}
  • {{ _('Log out') }}