Fix a template typo
authorDiane Trout <diane@caltech.edu>
Tue, 14 Jun 2011 21:32:09 +0000 (14:32 -0700)
committerDiane Trout <diane@caltech.edu>
Tue, 14 Jun 2011 21:32:09 +0000 (14:32 -0700)
remove a RDFa tag for a flowcell id that wasn't pulling a parse_flowcell_id
name.

htsworkflow/frontend/templates/samples/library_detail.html

index dbab436671e60d0cfd4b007f85634d2830dedc07..df7af9ee6bdcf054600db341e98c72d68c56bbf9 100644 (file)
@@ -88,7 +88,7 @@
   
       {# ls short for lane summary #}
       {% for ls in lane_summary_list %}
-      <tr about="{{ls.lane.get_absolute_url">
+      <tr about="{{ls.lane.get_absolute_url}}">
         <td>{{ ls.cycle_width }}</td>
         <td><a href="{{ls.flowcell.get_absolute_url}}">{{ ls.flowcell_id }}</a></td>
         <td><a href="{{ls.lane.get_absolute_url}}">{{ ls.lane_id }}</a></td>
     <tbody>
       {% 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">
-            <span property="libns:flowcell_id">{{ lane.flowcell.flowcell_id }}</span></a></td>
+        <td><a href="{{lane.flowcell.get_absolute_url}}" rel="libns:flowcell"
+            >{{ lane.flowcell.flowcell_id }}</a></td>
         <td><a href="{{lane.get_absolute_url}}"> 
             <span property="libns:lane_number"  datatype="xsd:decimal"
                >{{ lane.lane_number }}</span></a></td>