From e3d1cbfde15d4a6a954405cacd58002e8d15320f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 3 Jun 2024 14:23:14 +0000 Subject: [PATCH] error: Fix OpenGraph tags Signed-off-by: Michael Tremer --- src/templates/error.html | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/src/templates/error.html b/src/templates/error.html index 8faff21f..e5e1e847 100644 --- a/src/templates/error.html +++ b/src/templates/error.html @@ -3,25 +3,9 @@ {% block title %}{{ message or status_code }}{% end block %} {% block head %} - - - - - - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("Oops - We Are Sorry, But Something Went Wrong"), + ) %} {% end block %} {% block container %} -- 2.47.3