From 156985aa68b443ddc42b6de25bf13378f6adaceb Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Thu, 30 Jun 2011 15:42:30 -0700 Subject: [PATCH] Fix typo in a template --- htsworkflow/frontend/templates/sample_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/frontend/templates/sample_header.html b/htsworkflow/frontend/templates/sample_header.html index 8ef06a8..f51e649 100644 --- a/htsworkflow/frontend/templates/sample_header.html +++ b/htsworkflow/frontend/templates/sample_header.html @@ -25,7 +25,7 @@ {% if lib.antibody %} Antibody: {{ lib.antibody.antibodies }} - {% if lib.antibody.antibodies.nuckname %} + {% if lib.antibody.antibodies.nickname %} ({{ lib.antibody.nickname }}) {% endif %}
-- 2.30.2