Turn the library_id back into the primary key for samples_library (SCHEMA CHANGE!)
[htsworkflow.git] / htsworkflow / frontend / templates / experiments / flowcellSheet.html
index f639ff680a139341aba98e4c868c81b5cafd0651..fb43753b064fd53e5de06202fc44393f9eec40de 100644 (file)
@@ -35,7 +35,7 @@ TD
 </tr>
 <tr><td valign=middle nowrap>Solexa Library Number</td>
 {% for lane in fc.lane_set.all %}
-<td bgcolor=#CCFFCC>{{ lane.library.library_id }}</td>
+<td bgcolor=#CCFFCC>{{ lane.library.id }}</td>
 {% endfor %}
 </tr>