From 54a8188ab93a5ab16f48516e46421e6e2505cd7d Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 21 Jul 2022 19:11:31 +0300 Subject: [PATCH] fix: Fix various page titles (#4239) Fixes #4230 --- ietf/templates/403.html | 2 +- ietf/templates/404.html | 2 +- ietf/templates/oidc_provider/authorize.html | 4 ++-- ietf/templates/oidc_provider/error.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ietf/templates/403.html b/ietf/templates/403.html index ca4290e22..155e4ea99 100644 --- a/ietf/templates/403.html +++ b/ietf/templates/403.html @@ -1,7 +1,7 @@ {# Copyright The IETF Trust 2007, All Rights Reserved #} {% extends "base.html" %} {% load static %} -{% block title %}404 Not Found{% endblock %} +{% block title %}Error: Restricted Access{% endblock %} {% block content %} Request for Permission

@@ -24,4 +24,4 @@ -{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/ietf/templates/oidc_provider/error.html b/ietf/templates/oidc_provider/error.html index c7c72dbd6..db41e6395 100644 --- a/ietf/templates/oidc_provider/error.html +++ b/ietf/templates/oidc_provider/error.html @@ -1,7 +1,7 @@ {# Copyright The IETF Trust 2007, All Rights Reserved #} {% extends "base.html" %} {% load static %} -{% block title %}404 Not Found{% endblock %} +{% block title %}Permission Error{% endblock %} {% block content %}