From 79aff283fc872ffb7c04ab6342edaa3956a395f1 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 14 Jun 2011 19:26:08 -0700 Subject: [PATCH] Sample Test RDFA needed the flowcell id field --- htsworkflow/frontend/templates/samples/library_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/frontend/templates/samples/library_detail.html b/htsworkflow/frontend/templates/samples/library_detail.html index df7af9e..0cff58b 100644 --- a/htsworkflow/frontend/templates/samples/library_detail.html +++ b/htsworkflow/frontend/templates/samples/library_detail.html @@ -126,7 +126,7 @@ {% for lane in lib.lane_set.all %} {{ lane.flowcell.flowcell_id }} + >{{ lane.flowcell.flowcell_id }} {{ lane.lane_number }} -- 2.30.2