Fix gender not being included in contactform emails

This commit is contained in:
Björn Fromme
2020-06-03 08:33:36 +02:00
parent 40136467dc
commit 9ebf41afd8
@@ -15,6 +15,10 @@
<th>Name</th>
<td>{contactForm.name}</td>
</tr>
<tr>
<th>Geschlecht</th>
<td>{contactForm.gender}</td>
</tr>
<tr>
<th>Firma/Verein</th>
<td>{contactForm.company -> v:or(alternative: 'Keine Angabe')}</td>