From f746bde3e4c10e3d567bf9b96d21f65cde238b8c Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 14 Jun 2011 14:32:09 -0700 Subject: [PATCH] Fix a template typo remove a RDFa tag for a flowcell id that wasn't pulling a parse_flowcell_id name. --- htsworkflow/frontend/templates/samples/library_detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htsworkflow/frontend/templates/samples/library_detail.html b/htsworkflow/frontend/templates/samples/library_detail.html index dbab436..df7af9e 100644 --- a/htsworkflow/frontend/templates/samples/library_detail.html +++ b/htsworkflow/frontend/templates/samples/library_detail.html @@ -88,7 +88,7 @@ {# ls short for lane summary #} {% for ls in lane_summary_list %} - + {{ ls.cycle_width }} {{ ls.flowcell_id }} {{ ls.lane_id }} @@ -125,8 +125,8 @@ {% for lane in lib.lane_set.all %} - - {{ lane.flowcell.flowcell_id }} + {{ lane.flowcell.flowcell_id }} {{ lane.lane_number }} -- 2.30.2