diff --git a/bgpdata/templates/bgpdata/no-map-found.html b/bgpdata/templates/bgpdata/no-map-found.html new file mode 100644 index 0000000..4745797 --- /dev/null +++ b/bgpdata/templates/bgpdata/no-map-found.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} +{% block body %} +

No crawl found

+A crawl with the id {{crawl_id}} could not be found. Try your luck on the overview page to select an existing run. +{% endblock %}