Template for crawl 404

This commit is contained in:
Sebastian Lohff 2015-03-28 23:33:18 +01:00
parent 35e897520b
commit f961a1d0c6
1 changed files with 5 additions and 0 deletions

View File

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