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 %}