From b77252e3c2f3a3727ad24d28b10788c34ad2760a Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Wed, 15 Sep 2021 11:56:27 +0200 Subject: [PATCH] fix not available icon color Fixup 0eabc6b30aab6323b9bd61fc8f500f50037995f5 --- castellum/contacts/templates/contacts/__contact_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/castellum/contacts/templates/contacts/__contact_detail.html b/castellum/contacts/templates/contacts/__contact_detail.html index a2c6a98e7..91049c804 100644 --- a/castellum/contacts/templates/contacts/__contact_detail.html +++ b/castellum/contacts/templates/contacts/__contact_detail.html @@ -29,7 +29,7 @@ {% icon 'phone' %} {% else %} {% translate "No" %} - {% icon 'phone' %} + {% icon 'phone' %} {% blocktranslate with next_available=contact.subject.not_available_until %} (not until {{ next_available }}) {% endblocktranslate %} -- GitLab