From 839d90b68a3c641b4644c0b4fb7a0dd8b06ec034 Mon Sep 17 00:00:00 2001 From: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:20:18 -0800 Subject: [PATCH] Revert "Revert "401 text update"" --- src/registrar/templates/401.html | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/registrar/templates/401.html b/src/registrar/templates/401.html index 21ac9db35..dd1801cc5 100644 --- a/src/registrar/templates/401.html +++ b/src/registrar/templates/401.html @@ -11,23 +11,18 @@

{% translate "You are not authorized to view this page" %}

+

{% translate "Status 401" %}

- - - {% if friendly_message %} -

{{ friendly_message }}

- {% else %} -

{% translate "Authorization failed." %}

- {% endif %} +

- You must be an authorized user and need to be signed in to view this page. - Would you like to try logging in again? + You must be an authorized user and signed in to view this page. If you are an authorized user, + try signing in again.

- If you'd like help with this error contact us. -

+ If you'd like help with this error contact us.

+ {% if log_identifier %}

Here's a unique identifier for this error.

@@ -35,6 +30,7 @@

{% translate "Please include it if you contact us." %}

{% endif %} +
-{% endblock %} +{% endblock %} \ No newline at end of file