From c1b7556231216d9fbeb2e0e72bdeb80d1a57c613 Mon Sep 17 00:00:00 2001
From: Lorenz Zahn <lorenz.zahn@student.uni-halle.de>
Date: Mon, 26 Jun 2023 12:04:37 +0200
Subject: [PATCH] improved readability

---
 app/vkk/templates/vkk/workhours/accounting/period/projects.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/vkk/templates/vkk/workhours/accounting/period/projects.html b/app/vkk/templates/vkk/workhours/accounting/period/projects.html
index b3d9f9db..fdb5aa58 100644
--- a/app/vkk/templates/vkk/workhours/accounting/period/projects.html
+++ b/app/vkk/templates/vkk/workhours/accounting/period/projects.html
@@ -36,7 +36,7 @@
             <td>{{ project.invoice_number }}</td>
             <td>{{ project.name }}</td>
             <td><a href="{% url 'vkk:workhours:accounting:projects:project:export:overview' project.invoice_number %}">{% translate "Export" %}</a></td>
-            <td style="text-align: center;">{% if project.exists_receipt %}☺️{% endif %}</td>
+            <td style="text-align: center;">{% if project.exists_receipt %}✅{% else %}❌{% endif %}</td>
         </tr>
     {% endfor %}
     </tbody>
-- 
GitLab