From 0ccdfa9d9fc9883dcda9a5ad5c29bf74370be150 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 22 Oct 2018 09:10:51 +0100 Subject: [PATCH] donation: Add large header Signed-off-by: Michael Tremer --- src/templates/donate.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/templates/donate.html b/src/templates/donate.html index 97b4ed8d..93a26e59 100644 --- a/src/templates/donate.html +++ b/src/templates/donate.html @@ -5,7 +5,19 @@ {% block container %} {% set amounts = (10, 25, 50, 75, 100, 250) %} -

{{ _("Donate") }}

+
+
+
+
+

{{ _("Donate") }}

+ +

+ {{ _("Please support our project with your donation today") }} +

+
+
+
+
-- 2.47.3