Add more details in message.

This commit is contained in:
James Cole
2024-01-04 11:46:23 +01:00
parent c32044a8eb
commit 1ba7847d84
6 changed files with 1648 additions and 1633 deletions

View File

@@ -52,5 +52,13 @@
{% endif %}
{% endfor %}
</p>
{% if ('' != post %}
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
{{ trans('email.error_post') }}
</p>
<p style="font-family: monospace;font-size:11px;color:#aaa">
{{ post }}
</p>
{% endif %}
{% include 'emails.footer-html' %}

View File

@@ -33,5 +33,10 @@
{% endif %}
{% endfor %}
{% if ('' != post %}
{{ trans('email.error_post') }}
{{ post }}
{% endif %}
{% include 'emails.footer-text' %}