diff options
author | zsloan | 2020-06-04 14:23:30 -0500 |
---|---|---|
committer | zsloan | 2020-06-04 14:23:30 -0500 |
commit | 1a663f987bf3a640d21c2c89402318d5433efd9e (patch) | |
tree | 07314f422059ce6e502feb9827f574af7512e73d /wqflask/wqflask/templates/correlation_page.html | |
parent | c562bd7cd68735ded82d39868cf1af36c35a7920 (diff) | |
download | genenetwork2-1a663f987bf3a640d21c2c89402318d5433efd9e.tar.gz |
Really should have split this into many more commits:
- Now use proxy to pull trait data and hide traits/results that the user
doesn't have view permission for
- Created a factory method for creating trait ob so it can return None
when user doesn't have view permissions (this is why such a large number
of files are changed)
- Added metadata to permutation export
- Added current group management code
- Added fixed password verification e-mail code
Diffstat (limited to 'wqflask/wqflask/templates/correlation_page.html')
-rw-r--r-- | wqflask/wqflask/templates/correlation_page.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html index 1c84239c..71705390 100644 --- a/wqflask/wqflask/templates/correlation_page.html +++ b/wqflask/wqflask/templates/correlation_page.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% block title %}Correlation Results{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> <link rel="stylesheet" type="text/css" href="/static/new/packages/DataTables/extensions/buttons.bootstrap.css" /> |