From ea2f3c25253fbff12093888a3ba808599a3e0933 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Fri, 7 Jul 2023 15:36:58 +0530 Subject: [PATCH] [fix] Fixed graph visualizer for unpublished topology in admin #169 Fixes #169 --- .../templates/netjsongraph/netjsongraph-script.html | 4 ++-- openwisp_network_topology/tests/test_selenium.py | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/openwisp_network_topology/templates/netjsongraph/netjsongraph-script.html b/openwisp_network_topology/templates/netjsongraph/netjsongraph-script.html index 71ad8b3f..fe439403 100644 --- a/openwisp_network_topology/templates/netjsongraph/netjsongraph-script.html +++ b/openwisp_network_topology/templates/netjsongraph/netjsongraph-script.html @@ -1,8 +1,8 @@ {% load i18n %}