diff --git a/app/vkk/templates/vkk/workhours/accounting/period/projects.html b/app/vkk/templates/vkk/workhours/accounting/period/projects.html index b3d9f9dbf8b41e73a05dd7e9e1b2b461152a6828..fdb5aa586d710416469e231dfcc3d5b5987ddbd9 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>