mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add more details in message.
This commit is contained in:
@@ -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' %}
|
||||
|
@@ -33,5 +33,10 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% if ('' != post %}
|
||||
{{ trans('email.error_post') }}
|
||||
|
||||
{{ post }}
|
||||
{% endif %}
|
||||
|
||||
{% include 'emails.footer-text' %}
|
||||
|
Reference in New Issue
Block a user