Show members application date instead of start date

This commit is contained in:
2020-10-05 21:30:06 +00:00
parent 2ff436eef5
commit bf0030504a
2 changed files with 3 additions and 2 deletions

View File

@@ -106,6 +106,7 @@ class OtherMemberSerializer(serializers.ModelSerializer):
'last_name',
'status',
'current_start_date',
'application_date',
'photo_small',
'photo_large',
'public_bio',