From 4e57d5babb2e63ff8e8887326446620fa5ceed14 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Thu, 5 Oct 2023 09:29:06 +0200 Subject: [PATCH] refactor: drop generic_network_visualization.html The removal of this file should have been part of 8ffa8fbf5 but was forgotten. --- .../generic_network_visualization.html | 696 ------------------ 1 file changed, 696 deletions(-) delete mode 100644 apis_core/apis_entities/templates/apis_entities/generic_network_visualization.html diff --git a/apis_core/apis_entities/templates/apis_entities/generic_network_visualization.html b/apis_core/apis_entities/templates/apis_entities/generic_network_visualization.html deleted file mode 100644 index fed813b45..000000000 --- a/apis_core/apis_entities/templates/apis_entities/generic_network_visualization.html +++ /dev/null @@ -1,696 +0,0 @@ -{% extends basetemplate %} -{% load static %} -{% load crispy_forms_tags %} - -{% block scriptHeader %} - {{ block.super }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -{% endblock %} - -{% block content %} -
-
-
-

Network Visualization

-
-
-
-
-
{% crispy form %}
-
-
- - -
-
-
-
-
- - -
-
-
- -
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
-
- - -
-
-
-
-
-
-
-
-
-
-
-
-{% endblock %} - -{% block scripts %} - {{ block.super }} - -{% endblock %}