From: Diane Trout Date: Thu, 20 Sep 2012 22:17:53 +0000 (-0700) Subject: Fix (some) missing closing tags. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=9337e5630eafe5364f53afd4a2a32fdbcd0d7099 Fix (some) missing closing tags. --- 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 %}