Add missing field to contact form email template

This commit is contained in:
Björn Fromme
2020-11-10 10:23:42 +01:00
parent 3768625fba
commit 4b89acb938
@@ -15,6 +15,10 @@
<th>Name</th>
<td>{contactForm.name}</td>
</tr>
<tr>
<th>Vorname</th>
<td>{contactForm.firstName}</td>
</tr>
<tr>
<th>Geschlecht</th>
<td>{contactForm.gender}</td>