Fix NotFound Page

This commit is contained in:
seiichiro 2022-01-11 09:18:26 +01:00
parent be5ee4c7e6
commit 45e8519618

View file

@ -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>