Skip to content
Snippets Groups Projects
Commit 9403fb35 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix gender in the mail template

parent 62acc489
No related branches found
No related tags found
No related merge requests found
Eine neue {f:if(condition: '{application.jobTitle}', then: 'Bewerbung als <b>{application.jobTitle}</b> für den Standort <b>{application.company.city}</b>.', else: 'Initiativbewerbung für den Standort <b>{application.company.city}</b>.')}
Geschlecht: {f:if(condition: '{application.gender} == \'0\'', then: 'weiblich', else: 'männlich')}
Geschlecht: {f:if(condition: '{application.gender} == \'Female\'', then: 'weiblich', else: 'männlich')}
Vorname: {application.firstName}
......@@ -23,8 +22,10 @@ Telefon: {application.phone}
Mobil: {application.mobile}
E-Mail Adresse: {application.email}
E-Mail-Adresse: {application.email}
Höchster Bildungsstand: {application.education}
Nachricht: {application.message}
Nachricht:
{application.message}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment