feat: indicate incomplete participant data in cards

This commit is contained in:
Björn Fromme
2025-12-08 15:59:35 +01:00
parent 6dbbfd87f8
commit 390ee81675
5 changed files with 30 additions and 21 deletions
+2 -1
View File
@@ -71,8 +71,9 @@
'index': loop.index0,
'participantNumber': loop.index,
'mode': 'edit',
'bookingId': bookingData.id,
'isCanceled': isCanceled,
'bookingId': bookingData.id
'isSubmitted': isSubmitted,
} %}
{% endfor %}
</div>