From 5969143a55183ba5cc4e6fa6af5dcd01004bdb35 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Mon, 28 Jun 2021 12:21:14 +0200 Subject: [PATCH 1/2] Fix a little bug in the contact href --- web/template/404.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/404.tmpl b/web/template/404.tmpl index 49582e6dda..0f0c4f6778 100644 --- a/web/template/404.tmpl +++ b/web/template/404.tmpl @@ -5,7 +5,7 @@

404: Page Not Found

- If you believe this was an error, you can contact an admin + If you believe this was an error, you can contact an admin
{{ template "footer.tmpl" .}} \ No newline at end of file From ca5714bd0cd7b8b1d20851494321ffd7dd04683e Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Mon, 28 Jun 2021 13:51:28 +0200 Subject: [PATCH 2/2] fix --- web/template/404.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/404.tmpl b/web/template/404.tmpl index 0f0c4f6778..633ed65cf2 100644 --- a/web/template/404.tmpl +++ b/web/template/404.tmpl @@ -5,7 +5,7 @@

404: Page Not Found

- If you believe this was an error, you can contact an admin + If you believe this was an error, you can contact an admin
{{ template "footer.tmpl" .}} \ No newline at end of file