Match styling of unique identifier to 500 page

This commit is contained in:
igorkorenfeld 2023-05-08 15:06:15 -04:00
parent 43012e1af1
commit 1fee1078e0
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -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>