From: Michael Tremer Date: Fri, 6 Oct 2017 09:16:36 +0000 (+0100) Subject: Fix download link X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8491ee999871e86aa5b2a1b466a69da05b3d38d;p=ipfire.org.git Fix download link Signed-off-by: Michael Tremer --- 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") }}