Add in test code to verify RDF data being added to the library page.
[htsworkflow.git] / htsworkflow / frontend / templates / samples / library_detail.html
index 2c2d90bf793acfb87e34d4be28997444e86705f6..f5c4176855cd071950e2819add3e4f5a3d6693e6 100644 (file)
@@ -80,7 +80,7 @@
     <b>Affiliations</b>:
     <ul>
       {% for individual in lib.affiliations.all %}
-        <li property="libns:affliation" content="{{individual.name}}">
+        <li property="libns:affiliation" content="{{individual.name}}">
           {{ individual.name }} ( {{ individual.contact }} )
         </li>
       {% endfor %}