From f961a1d0c6fdea90856078a7a653962f32457833 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Sat, 28 Mar 2015 23:33:18 +0100 Subject: [PATCH] Template for crawl 404 --- bgpdata/templates/bgpdata/no-map-found.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bgpdata/templates/bgpdata/no-map-found.html 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 %}