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