From 214f9680c0cd9cb57cb4084853848a3379b720f4 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Wed, 10 Jun 2020 01:42:12 +0200 Subject: [PATCH] WIP: new map --- bgpdata/templates/bgpdata/new_new_map.html | 215 +++++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 bgpdata/templates/bgpdata/new_new_map.html diff --git a/bgpdata/templates/bgpdata/new_new_map.html b/bgpdata/templates/bgpdata/new_new_map.html new file mode 100644 index 0000000..3a5b2f2 --- /dev/null +++ b/bgpdata/templates/bgpdata/new_new_map.html @@ -0,0 +1,215 @@ +{% extends "base.html" %} +{% block container_class %}container-fluid{% endblock %} +{% block head %} +{% load static from staticfiles %} + + + +{% endblock %} +{% block body %} + + +
+ + + +{% endblock %}