mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Clean up code, clarify 404.
This commit is contained in:
@@ -37,6 +37,11 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-10 col-lg-offset-1 col-md-12 col-sm-12 col-xs-12">
|
||||
{% if exception.message starts with 'Webhooks' %}
|
||||
<p class="lead">
|
||||
{{ exception.message }}
|
||||
</p>
|
||||
{% endif %}
|
||||
<p>
|
||||
{{ trans('errors.404_page_does_not_exist') }}
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user