From 081ff3028c0bcf079c2853d98fe0a5e306232b32 Mon Sep 17 00:00:00 2001 From: At Abbey's side Date: Tue, 13 Jul 2021 17:27:37 +0200 Subject: [PATCH 1/2] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 664c9ed..7f2fdd5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -32,5 +32,5 @@ {% endblock %} {% block body %} -Redirecting you to the tweet... +Redirecting you to the tweet in a moment. Or click here. {% endblock %} From 080bab462da699068ca3bd9647950dc62a48a161 Mon Sep 17 00:00:00 2001 From: At Abbey's side Date: Tue, 13 Jul 2021 17:28:50 +0200 Subject: [PATCH 2/2] Update default.html --- templates/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default.html b/templates/default.html index 375fdac..d10ed8f 100644 --- a/templates/default.html +++ b/templates/default.html @@ -10,5 +10,5 @@ {% endblock %} {% block body %} - You will be redirected to this projects github page in a moment. -{% endblock %} \ No newline at end of file + You will be redirected to this projects github page in a moment. Or click here. +{% endblock %}