From 1fee1078e045f283f396f65089d6acb55ac0a28d Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Mon, 8 May 2023 15:06:15 -0400 Subject: [PATCH] Match styling of unique identifier to 500 page --- src/registrar/templates/401.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/401.html b/src/registrar/templates/401.html index e5f7781c5..a11f42bae 100644 --- a/src/registrar/templates/401.html +++ b/src/registrar/templates/401.html @@ -30,7 +30,7 @@ {% if log_identifier %}

Here's a unique identifier for this error.

-
{{ log_identifier }}
+

{{ log_identifier }}

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

{% endif %}