dnmapper/bgpdata/templates/bgpdata/overview.html

10 lines
206 B
HTML
Raw Normal View History

2015-03-27 15:33:54 +01:00
{% extends "base.html" %}
{% block body %}
<h3>Crawl results</h3>
{% for crawl in crawls %}
<a href="/map/{{crawl.id}}/">Crawl {{crawl.id}} from {{crawl.startTime}}</a><br />
{% endfor %}
{% endblock %}