From 9337e5630eafe5364f53afd4a2a32fdbcd0d7099 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Thu, 20 Sep 2012 15:17:53 -0700 Subject: [PATCH] Fix (some) missing closing tags. --- .../frontend/templates/experiments/flowcell_lane_detail.html | 4 ++++ htsworkflow/frontend/templates/sample_header.html | 1 + htsworkflow/frontend/templates/samples/library_detail.html | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html b/htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html index 6c517e6..33c47fb 100644 --- a/htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html +++ b/htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html @@ -13,6 +13,7 @@
{% include "experiments/flowcell_header.html" %} +

About this lane

Lane: @@ -42,6 +43,7 @@ IVC Percent Base IVC Percent Base All IVC Percent Base Called + {% for run, lane_number, lane_file_set in filtered_dataruns %} @@ -79,4 +81,6 @@ {% endfor %}
+
+ {% endblock %} diff --git a/htsworkflow/frontend/templates/sample_header.html b/htsworkflow/frontend/templates/sample_header.html index c3d5f97..d38d910 100644 --- a/htsworkflow/frontend/templates/sample_header.html +++ b/htsworkflow/frontend/templates/sample_header.html @@ -89,3 +89,4 @@
{% endif %} + diff --git a/htsworkflow/frontend/templates/samples/library_detail.html b/htsworkflow/frontend/templates/samples/library_detail.html index 66b2cc1..b7a182e 100644 --- a/htsworkflow/frontend/templates/samples/library_detail.html +++ b/htsworkflow/frontend/templates/samples/library_detail.html @@ -167,5 +167,4 @@ {% endfor %} {% endblock %} - {% endblock %} -- 2.30.2