From 861bfc588414f0e6fb0403b2eee4989fc2f33544 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sun, 23 Jul 2023 14:10:32 +0000 Subject: [PATCH] redesigned downloads/thank-you.html --- src/templates/downloads/thank-you.html | 45 +++++++++++++++++--------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/src/templates/downloads/thank-you.html b/src/templates/downloads/thank-you.html index 1a62faf0..1293efec 100644 --- a/src/templates/downloads/thank-you.html +++ b/src/templates/downloads/thank-you.html @@ -3,23 +3,38 @@ {% block title %}{{ _("Thank You For Downloading IPFire") }}{% end block %} {% block container %} -
+
-

{{ _("Thank You For Downloading IPFire") }}

- -

- {{ _("Your download will begin in a few seconds. If not, click the link below.") }} -

- -

+
+
+

+ Thank You For Downloading IPFire_ +

+

{{ _("Your download will begin in a few seconds. If not, click the link below.") }}

+ +
+

+
+ +
+
+ +
+
+ +
+
+ XXX +
+
+
+
-
- -
-
- XXX -
-
+ {% end block %} {% block javascript %} -- 2.47.3