mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 09:46:06 +02:00
Match styling of unique identifier to 500 page
This commit is contained in:
parent
43012e1af1
commit
1fee1078e0
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
{% if log_identifier %}
|
{% if log_identifier %}
|
||||||
<p>Here's a unique identifier for this error.</p>
|
<p>Here's a unique identifier for this error.</p>
|
||||||
<blockquote>{{ log_identifier }}</blockquote>
|
<p class="text-semibold">{{ log_identifier }}</p>
|
||||||
<p>{% translate "Please include it if you contact us." %}</p>
|
<p>{% translate "Please include it if you contact us." %}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue