From 649f7f615b11c016d8ae5eff292b1f6bbf1fcdae Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 9 Oct 2023 15:36:01 +0000 Subject: [PATCH] downloads: Use hero unit on thank you page Signed-off-by: Michael Tremer --- src/templates/downloads/thank-you.html | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/templates/downloads/thank-you.html b/src/templates/downloads/thank-you.html index e971235f..4217f645 100644 --- a/src/templates/downloads/thank-you.html +++ b/src/templates/downloads/thank-you.html @@ -3,19 +3,15 @@ {% 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.") }}

-
-

-
-
+
+

-- 2.47.3