mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Friendly error message. [skip ci]
This commit is contained in:
parent
3a7faa7368
commit
c6f69f63fc
@ -38,6 +38,20 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% if not debug %}
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||||
|
<p>
|
||||||
|
More information about this error may be available in the log files. Search for the error above and a stack trace
|
||||||
|
will appear. This stack trace may help you track down what's going wrong.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
If you cannot find the cause of this error or when you need some help, please open a ticket on
|
||||||
|
<strong><a href="https://github.com/firefly-iii/firefly-iii/issues/new">Github</a></strong>.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if debug %}
|
{% if debug %}
|
||||||
@ -51,5 +65,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user