dnmapper/bgpdata/templates/bgpdata/no-map-found.html

6 lines
217 B
HTML
Raw Normal View History

2015-03-28 23:33:18 +01:00
{% 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 %}