From d760353b6eace9da3ecaa86736352be12cb00935 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Thu, 4 Apr 2024 16:50:49 +0000 Subject: [PATCH] auth/password-reset: add ogp metadata Signed-off-by: Rico Hoppe --- src/templates/auth/password-reset.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/templates/auth/password-reset.html b/src/templates/auth/password-reset.html index f7cfc2f5..125e5822 100644 --- a/src/templates/auth/password-reset.html +++ b/src/templates/auth/password-reset.html @@ -2,6 +2,26 @@ {% block title %}{{ _("Password Reset") }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
@@ -31,4 +51,4 @@
-{% end block %} \ No newline at end of file +{% end block %} -- 2.47.3