From: Michael Tremer Date: Mon, 4 Mar 2024 13:11:17 +0000 (+0000) Subject: location: Fix links X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c87d674e7629106ab3ddc67b716f8b7ab97fd78;p=ipfire.org.git location: Fix links Signed-off-by: Michael Tremer --- 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 @@