diff options
Diffstat (limited to 'gn2/wqflask/templates/ctl_results.html')
-rw-r--r-- | gn2/wqflask/templates/ctl_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/ctl_results.html b/gn2/wqflask/templates/ctl_results.html index 1c31b499..d8ea220f 100644 --- a/gn2/wqflask/templates/ctl_results.html +++ b/gn2/wqflask/templates/ctl_results.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') }}"> |