fix: email templates

This commit is contained in:
Torsten Dittmann 2023-12-13 17:46:14 +01:00
parent cf87cfab3a
commit 7645d6c34a

View file

@ -1,15 +1,9 @@
<p>{{hello}}</p>
<br>
<p>{{body}}</p>
<a href="{{redirect}}" target="_blank">{{redirect}}</a>
<p><a href="{{redirect}}" target="_blank">{{redirect}}</a></p>
<p>{{footer}}</p>
<br>
<p>{{thanks}}</p>
<p>{{signature}}</p>
<p style="margin-bottom: 32px">
{{thanks}},
<br/>
{{signature}}
</p>