From: Michael Tremer Date: Wed, 18 Nov 2020 21:52:22 +0000 (+0000) Subject: download: Add dynamic redirect to thank you page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea31fc68f8bd283ca8cd6e254f5e253da7873769;p=ipfire.org.git download: Add dynamic redirect to thank you page Signed-off-by: Michael Tremer --- diff --git a/src/templates/download/release.html b/src/templates/download/release.html index 98c7384f..6917fa5f 100644 --- a/src/templates/download/release.html +++ b/src/templates/download/release.html @@ -39,7 +39,7 @@ {% for file in release.get_files_by_arch(arch) %} - +
{{ _(file.desc) }}
@@ -84,3 +84,13 @@ {% end block %} + +{% block javascript %} + +{% end %}