From f9eb7c8d999323b14dce8d9d50689ff1faff3a05 Mon Sep 17 00:00:00 2001 From: Sam Morrison Date: Thu, 24 Feb 2022 08:35:21 +1100 Subject: [PATCH] Bugfix: Add missing closing tags to network topology Change-Id: I6d6048f78f56d0f3ca0f5804f1059bf31cde6a9e --- .../network_topology/templates/network_topology/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html b/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html index ac69cff24d..7acd814d35 100644 --- a/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html +++ b/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html @@ -47,4 +47,6 @@ }); } + + {% endblock %}