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
@@ -50,7 +50,8 @@
'cardData': cardData,
'index': loop.index0,
'participantNumber': loop.index,
'mode': 'create'
'mode': 'create',
'isSubmitted': isSubmitted
} %}
{% endfor %}
</div>