File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1409,6 +1409,13 @@ def create(self, validated_data):
14091409 validated_data ["national_society_contact_email" ] = dref .national_society_contact_email
14101410 validated_data ["national_society_contact_title" ] = dref .national_society_contact_title
14111411 validated_data ["national_society_contact_phone_number" ] = dref .national_society_contact_phone_number
1412+ validated_data ["national_society_integrity_contact_name" ] = dref .national_society_integrity_contact_name
1413+ validated_data ["national_society_integrity_contact_email" ] = dref .national_society_integrity_contact_email
1414+ validated_data ["national_society_integrity_contact_title" ] = dref .national_society_integrity_contact_title
1415+ validated_data ["national_society_integrity_contact_phone_number" ] = (
1416+ dref .national_society_integrity_contact_phone_number
1417+ )
1418+ validated_data ["national_society_hotline_phone_number" ] = dref .national_society_hotline_phone_number
14121419 validated_data ["media_contact_name" ] = dref .media_contact_name
14131420 validated_data ["media_contact_email" ] = dref .media_contact_email
14141421 validated_data ["media_contact_title" ] = dref .media_contact_title
You can’t perform that action at this time.
0 commit comments