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