From 70f644df8321a5a20125e33f4a1fb970b8d41423 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 27 Nov 2020 19:39:34 +0000 Subject: [PATCH] downloads: Add link to mirrors Signed-off-by: Michael Tremer --- src/templates/download/release.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/templates/download/release.html b/src/templates/download/release.html index 6917fa5f..c2baf23a 100644 --- a/src/templates/download/release.html +++ b/src/templates/download/release.html @@ -83,6 +83,18 @@ + +
+
+

+ {{ _("All downloads will be served from one of our mirror servers that are sponsored by various organisations from all around the world to help us make IPFire available for everyone") }} +

+ + + {{ _("Browse Mirrors") }} + +
+
{% end block %} {% block javascript %} -- 2.47.3