From 1c87d674e7629106ab3ddc67b716f8b7ab97fd78 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 4 Mar 2024 13:11:17 +0000 Subject: [PATCH] location: Fix links Signed-off-by: Michael Tremer --- src/templates/location/base.html | 2 +- src/templates/location/download.html | 7 +------ src/templates/location/how-to-use.html | 7 +------ src/templates/location/index.html | 11 +++-------- src/templates/location/lookup.html | 7 +------ 5 files changed, 7 insertions(+), 27 deletions(-) diff --git a/src/templates/location/base.html b/src/templates/location/base.html index 030954f3..28aacebf 100644 --- a/src/templates/location/base.html +++ b/src/templates/location/base.html @@ -2,7 +2,7 @@ {% block content %}

- {{ address }} + {{ address }}

diff --git a/src/templates/location/download.html b/src/templates/location/download.html index f826d25a..14f2f3af 100644 --- a/src/templates/location/download.html +++ b/src/templates/location/download.html @@ -14,12 +14,7 @@
  • - - {{ _("Projects") }} - -
  • -
  • - + {{ _("Location") }}
  • diff --git a/src/templates/location/how-to-use.html b/src/templates/location/how-to-use.html index ddc75bee..72d74411 100644 --- a/src/templates/location/how-to-use.html +++ b/src/templates/location/how-to-use.html @@ -14,12 +14,7 @@
  • - - {{ _("Projects") }} - -
  • -
  • - + {{ _("Location") }}
  • diff --git a/src/templates/location/index.html b/src/templates/location/index.html index 6b62671f..e154c8f4 100644 --- a/src/templates/location/index.html +++ b/src/templates/location/index.html @@ -17,11 +17,6 @@ {{ _("Home") }} -
  • - - {{ _("Projects") }} - -
  • {{ _("Location") }}
  • @@ -41,7 +36,7 @@

    {{ _("We have detected you visiting us from %s.") % format_country_name(address.country_code) }} - {{ _("Learn More") }} + {{ _("Learn More") }}

    @@ -75,7 +70,7 @@