From 30a9a40ae3170f0a13efd394ac12e297d3eda03d Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Wed, 8 May 2019 06:01:49 -0500 Subject: rename to ratspub --- templates/cytoscape.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ templates/layout.html | 8 ++------ templates/network.html | 46 ---------------------------------------------- 3 files changed, 48 insertions(+), 52 deletions(-) create mode 100644 templates/cytoscape.html delete mode 100644 templates/network.html (limited to 'templates') diff --git a/templates/cytoscape.html b/templates/cytoscape.html new file mode 100644 index 0000000..24c18c1 --- /dev/null +++ b/templates/cytoscape.html @@ -0,0 +1,46 @@ +{% extends "layout.html" %} +{% block content %} + + + + +
+ + +{% endblock %} diff --git a/templates/layout.html b/templates/layout.html index 1a81c1a..2887e2f 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -10,7 +10,7 @@ -