diff options
Diffstat (limited to 'gn2/wqflask/templates/network_graph.html')
-rw-r--r-- | gn2/wqflask/templates/network_graph.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/network_graph.html b/gn2/wqflask/templates/network_graph.html index cff69ac8..73bb87d8 100644 --- a/gn2/wqflask/templates/network_graph.html +++ b/gn2/wqflask/templates/network_graph.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block css %} <link rel="stylesheet" type="text/css" href="/static/new/css/network_graph.css" /> <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='cytoscape-panzoom/cytoscape.js-panzoom.css') }}"> |