Template for crawl 404
This commit is contained in:
parent
35e897520b
commit
f961a1d0c6
|
@ -0,0 +1,5 @@
|
||||||
|
{% extends "base.html" %}
|
||||||
|
{% block body %}
|
||||||
|
<h3>No crawl found</h3>
|
||||||
|
A crawl with the id {{crawl_id}} could not be found. Try your luck on the <a href="/map/">overview page</a> to select an existing run.
|
||||||
|
{% endblock %}
|
Loading…
Reference in New Issue