Fix error mail

This commit is contained in:
James Cole
2024-01-05 10:55:07 +01:00
parent fe7bb02dc5
commit 25a23801be
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 }}