From 7e9fb7e390903053295614603dabb6db38817650 Mon Sep 17 00:00:00 2001 From: MazOneTwoOne <76905544+MazOneTwoOne@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:36:51 +0000 Subject: [PATCH 1/2] - add hidden text of org name, for the 'View on map (opens in new tab)' links. --- fala/templates/adviser/results.html | 1 + 1 file changed, 1 insertion(+) diff --git a/fala/templates/adviser/results.html b/fala/templates/adviser/results.html index 1a8e0699..a695c7d9 100644 --- a/fala/templates/adviser/results.html +++ b/fala/templates/adviser/results.html @@ -109,6 +109,7 @@

{{ item.location.postcode }} +

{{ item.organisation.name }}

View on map (opens in new tab)
{% if item.categories|length %} From fb10cb97c16d3c56591dfd655568d34120b30624 Mon Sep 17 00:00:00 2001 From: MazOneTwoOne <76905544+MazOneTwoOne@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:51:20 +0000 Subject: [PATCH 2/2] - review comments --- fala/templates/adviser/results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fala/templates/adviser/results.html b/fala/templates/adviser/results.html index a695c7d9..3c3c02d8 100644 --- a/fala/templates/adviser/results.html +++ b/fala/templates/adviser/results.html @@ -109,7 +109,7 @@

{{ item.location.postcode }} -

{{ item.organisation.name }}

+ {{ item.organisation.name }} View on map (opens in new tab)
{% if item.categories|length %}