Fix NotFound Page
This commit is contained in:
parent
be5ee4c7e6
commit
45e8519618
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<div class="content">
|
||||
<div class="container">
|
||||
<p class="error">Nothing found with search term {{ $filter }}</p>
|
||||
<p class="error">Return to <a href="{{ $script }}">Homepage</a></p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue