From d10f1bff171674bbc817fed09b83842a377cd799 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Sat, 18 Jun 2011 13:29:39 -0700 Subject: [PATCH] Include the library_id in addition to the RDFa library uri Hopefully forcing the trailing '/' in the uri won't cause trouble elsewhere. --- htsworkflow/frontend/templates/sample_header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htsworkflow/frontend/templates/sample_header.html b/htsworkflow/frontend/templates/sample_header.html index 4444fc1..8ef06a8 100644 --- a/htsworkflow/frontend/templates/sample_header.html +++ b/htsworkflow/frontend/templates/sample_header.html @@ -1,7 +1,7 @@ -
+

Library Name

- Library ID: {{ lib.id }}
+ Library ID: {{ lib.id }}
Name: {{ lib.library_name }}
-- 2.30.2