style change to display of expired text

This commit is contained in:
David Kennedy 2023-12-14 15:29:34 -05:00
parent 2fc3d4f1c8
commit 5ae1d30ec7
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -3,7 +3,7 @@
{% if domain.expiration_date %}
<strong class="text-primary-dark">Expires:</strong>
{{ domain.expiration_date|date }}
{% if domain.is_expired %} <span class="text-error-dark">(expired)</span>{% endif %}
{% if domain.is_expired %} <span class="text-error"><strong>(expired)</strong></span>{% endif %}
<br/>
{% endif %}
{% if domain.created_at %}