Fix error mail

This commit is contained in:
James Cole 2024-01-05 10:55:07 +01:00
parent fe7bb02dc5
commit 25a23801be
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
{% endif %}
{% endfor %}
</p>
{% if ('' != post %}
{% if ('' != post) %}
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
{{ trans('email.error_post') }}
</p>

View File

@ -33,7 +33,7 @@
{% endif %}
{% endfor %}
{% if ('' != post %}
{% if ('' != post) %}
{{ trans('email.error_post') }}
{{ post }}