From 81e3b3a5c9f6f9fb0df9d0c212f489a26710d753 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Wed, 19 Jan 2022 16:39:22 +0300 Subject: rename template file --- wqflask/wqflask/templates/g3_ctl_results.html | 42 ----------------------- wqflask/wqflask/templates/gn3_ctl_results.html | 47 ++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 42 deletions(-) delete mode 100644 wqflask/wqflask/templates/g3_ctl_results.html create mode 100644 wqflask/wqflask/templates/gn3_ctl_results.html diff --git a/wqflask/wqflask/templates/g3_ctl_results.html b/wqflask/wqflask/templates/g3_ctl_results.html deleted file mode 100644 index e3f09c12..00000000 --- a/wqflask/wqflask/templates/g3_ctl_results.html +++ /dev/null @@ -1,42 +0,0 @@ -{% extends "base.html" %} -{% block title %}Ctl results{% endblock %} -{% block content %} - -
-
-

CTL/QTL Plots for Individual Traits

- {% for ctl_plot in ctl_plots %} - - {% endfor %} -
-

Significant CTL

-
-
-

Ctl line plot

- -
-
-

Network figure

-
-
- - - - -{% endblock %} \ No newline at end of file diff --git a/wqflask/wqflask/templates/gn3_ctl_results.html b/wqflask/wqflask/templates/gn3_ctl_results.html new file mode 100644 index 00000000..df842708 --- /dev/null +++ b/wqflask/wqflask/templates/gn3_ctl_results.html @@ -0,0 +1,47 @@ +{% extends "base.html" %} +{% block title %}Ctl results{% endblock %} +{% block content %} + +
+
+

CTL/QTL Plots for Individual Traits

+ {% for ctl_plot in ctl_plots %} + + {% endfor %} +
+

Significant CTL

+
+
+

Ctl line plot

+ +
+
+

Network figure

+
+
+ + + + +{% endblock %} \ No newline at end of file -- cgit v1.2.3