Fix RDF schema problems with lane_number and species.
[htsworkflow.git] / htsworkflow / frontend / templates / samples / species_detail.html
index 5e47679a94a83d9f6f2e8f0932a8902464364a16..84f17ef9797f7bbf061ea2d0c89caf0f11820c88 100644 (file)
@@ -13,8 +13,8 @@
 <div id="genome_detail">
   <h2>About this Genome</h2>
   <b>Common Name</b>: 
-     <span property="libns:species">{{ species.common_name}}</span><br/>
+     <span property="libns:species_name">{{ species.common_name}}</span><br/>
   <b>Scientific Name</b>: 
-     <span property="libns:species">{{ species.scientific_name}}</span><br/>
+     <span property="libns:species_name">{{ species.scientific_name}}</span><br/>
 </div>  
 {% endblock %}