Include Firefly version in error mail [skip ci]

This commit is contained in:
James Cole
2017-03-21 06:28:06 +01:00
parent 61526df245
commit b7ef2211d9
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{% include 'emails.header-text' %}
Firefly III ran into an error: {{ errorMessage }}.
Firefly III v{{ version }} ran into an error: {{ errorMessage }}.
The error was of type "{{ class }}".