This might fix the missing stack trace. [skip ci]

This commit is contained in:
James Cole 2016-12-22 16:55:27 +01:00
parent 9859052c4d
commit cabdf4e380
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,6 @@
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;"> <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
The full stacktrace is below:</p> The full stacktrace is below:</p>
<p style="font-family: monospace;font-size:11px;color:#aaa"> <p style="font-family: monospace;font-size:11px;color:#aaa">
{{ stacktrace|nl2br }} {{ stackTrace|nl2br }}
</p> </p>
{% include 'emails.footer-html' %} {% include 'emails.footer-html' %}

View File

@ -25,5 +25,5 @@ https://github.com/JC5/firefly-iii/issues/new
The full stacktrace is below: The full stacktrace is below:
{{ stacktrace }} {{ stackTrace }}
{% include 'emails.footer-text' %} {% include 'emails.footer-text' %}