From: Michael Tremer Date: Mon, 3 Jun 2024 14:23:14 +0000 (+0000) Subject: error: Fix OpenGraph tags X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3d1cbfde15d4a6a954405cacd58002e8d15320f;p=ipfire.org.git error: Fix OpenGraph tags Signed-off-by: Michael Tremer --- 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 %}