diff options
Diffstat (limited to 'gn2/wqflask/templates/show_trait_error.html')
-rw-r--r-- | gn2/wqflask/templates/show_trait_error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/show_trait_error.html b/gn2/wqflask/templates/show_trait_error.html index 550d3f46..ca354f12 100644 --- a/gn2/wqflask/templates/show_trait_error.html +++ b/gn2/wqflask/templates/show_trait_error.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Trait Data and Analysis{%endblock%} {%block css%} <link rel="stylesheet" type="text/css" href="/static/new/css/bar_chart.css" /> |