Sample Test RDFA needed the flowcell id field
authorDiane Trout <diane@caltech.edu>
Wed, 15 Jun 2011 02:26:08 +0000 (19:26 -0700)
committerDiane Trout <diane@caltech.edu>
Wed, 15 Jun 2011 02:26:08 +0000 (19:26 -0700)
htsworkflow/frontend/templates/samples/library_detail.html

index df7af9ee6bdcf054600db341e98c72d68c56bbf9..0cff58bd2fd72ba7c7fb610587a76884b217cff2 100644 (file)
       {% for lane in lib.lane_set.all %}
       <tr rel="libns:has_lane" resource="{{lane.get_absolute_url}}">
         <td><a href="{{lane.flowcell.get_absolute_url}}" rel="libns:flowcell"
-            >{{ lane.flowcell.flowcell_id }}</a></td>
+            ><span property="libns:flowcell_id">{{ lane.flowcell.flowcell_id }}</span></a></td>
         <td><a href="{{lane.get_absolute_url}}"> 
             <span property="libns:lane_number"  datatype="xsd:decimal"
                >{{ lane.lane_number }}</span></a></td>