From: Rico Hoppe Date: Wed, 29 May 2024 13:31:26 +0000 (+0000) Subject: auth/join, login, password-reset: use ogp module X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=370115dc49f8e65fc957bffd76779dc2873c409b;p=ipfire.org.git auth/join, login, password-reset: use ogp module Signed-off-by: Rico Hoppe --- diff --git a/src/templates/auth/join.html b/src/templates/auth/join.html index db78cbc6..2ff60be8 100644 --- a/src/templates/auth/join.html +++ b/src/templates/auth/join.html @@ -3,23 +3,10 @@ {% block title %}{{ _("Join Our Community") }}{% end block %} {% block head %} - - - - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("IPFire Registration"), + description="Join Our Community Through Creating an Account Here!", + ) %} {% end block %} {% block content %} diff --git a/src/templates/auth/login.html b/src/templates/auth/login.html index 7b5630c9..ba98d165 100644 --- a/src/templates/auth/login.html +++ b/src/templates/auth/login.html @@ -3,23 +3,10 @@ {% block title %}{{ _("Log In") }}{% end block %} {% block head %} - - - - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("IPFire Login"), + description="Log into your IPFire Account here using our SSO!", + ) %} {% end block %} {% block container %} diff --git a/src/templates/auth/password-reset.html b/src/templates/auth/password-reset.html index 61ef37f9..1b1f465c 100644 --- a/src/templates/auth/password-reset.html +++ b/src/templates/auth/password-reset.html @@ -3,23 +3,10 @@ {% block title %}{{ _("Password Reset") }}{% end block %} {% block head %} - - - - - - - - - - - - - - - - - + {% module OpenGraph( + title=_("IPFire Password Reset"), + description="Forgot your IPFire Account Password? No Problem! Reset it Here.", + ) %} {% end block %} {% block container %}