feat: indicate incomplete participant data in cards
This commit is contained in:
@@ -50,7 +50,8 @@
|
||||
'cardData': cardData,
|
||||
'index': loop.index0,
|
||||
'participantNumber': loop.index,
|
||||
'mode': 'create'
|
||||
'mode': 'create',
|
||||
'isSubmitted': isSubmitted
|
||||
} %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user