feat: indicate incomplete participant data in cards

This commit is contained in:
Björn Fromme
2026-03-16 12:00:55 +01:00
parent cca8554e3d
commit 4b95b12a7b
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>