From 957c577a43b4da58cff9771c9fa6f67153a94da3 Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Wed, 24 Jun 2009 09:42:18 -0700 Subject: [PATCH] Make tooltip help respect SITE_ROOT. --- pgd/pgd_search/templates/search.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pgd/pgd_search/templates/search.html b/pgd/pgd_search/templates/search.html index 7fca946..b9e4137 100644 --- a/pgd/pgd_search/templates/search.html +++ b/pgd/pgd_search/templates/search.html @@ -350,7 +350,7 @@ {{i.1}} {% endfor %} - Peptide + Peptide {% for r in residueFields %} @@ -361,7 +361,7 @@ - Secondary Structure + Secondary Structure {% for r in residueFields %} @@ -372,7 +372,7 @@ - Residue Properties + Residue Properties Phi {% for r in residueFields %} @@ -423,7 +423,7 @@ - Angles + Angles Tau 1 {% for r in residueFields %} @@ -482,7 +482,7 @@ - Lengths + Lengths Length 1 {% for r in residueFields %} -- 1.6.0.6