From: Diane Trout Date: Tue, 14 Jun 2011 21:32:09 +0000 (-0700) Subject: Fix a template typo X-Git-Tag: 0.5.2~22 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=f746bde3e4c10e3d567bf9b96d21f65cde238b8c Fix a template typo remove a RDFa tag for a flowcell id that wasn't pulling a parse_flowcell_id name. --- 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 }}