From a8491ee999871e86aa5b2a1b466a69da05b3d38d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 6 Oct 2017 10:16:36 +0100 Subject: [PATCH] Fix download link Signed-off-by: Michael Tremer --- templates/base.html | 2 +- templates/modules/menu.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index da1a8502..6cd33c9f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -73,7 +73,7 @@ {{ _("About IPFire") }}
  • - {{ _("Download") }} + {{ _("Download") }}
  • {{ _("Planet") }} diff --git a/templates/modules/menu.html b/templates/modules/menu.html index 35735cf9..ec6d469c 100644 --- a/templates/modules/menu.html +++ b/templates/modules/menu.html @@ -29,7 +29,7 @@
  • {{ _("Downloads") }}
  • - {% elif hostname in ("downloads.ipfire.org", "download.ipfire.org", "downloads.dev.ipfire.org", "download.dev.ipfire.org") %} + {% elif hostname in ("downloads.ipfire.org", "downloads.dev.ipfire.org") %}
  • {{ _("Mirrors") }}
  • -- 2.47.3