Merge branch 'develop'

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