diff options
author | Alexander Kabui | 2020-11-26 15:04:30 +0300 |
---|---|---|
committer | Alexander Kabui | 2020-11-26 15:04:30 +0300 |
commit | 828cb4d0b327bcb441dc523f4d825f660f371e01 (patch) | |
tree | 593ea6167dde992ed7d83f3bdd479939b278bc4f | |
parent | 419532807eff4cd28eb011a777a3a28b1c99d90d (diff) | |
download | genenetwork2-828cb4d0b327bcb441dc523f4d825f660f371e01.tar.gz |
add policies page
-rw-r--r-- | wqflask/wqflask/templates/policies.html | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/wqflask/wqflask/templates/policies.html b/wqflask/wqflask/templates/policies.html index 83b6b3c0..ef481de2 100644 --- a/wqflask/wqflask/templates/policies.html +++ b/wqflask/wqflask/templates/policies.html @@ -1,18 +1,21 @@ {% extends "base.html" %} -{% block title %}Policies{% endblock %} + +{% block title %}Links{% endblock %} + +{% block css %} +<!-- <link rel="stylesheet" type="text/css" href="/static/new/css/markdown.css" /> --> +{% endblock %} + {% block content %} -<Table width= "100%" cellSpacing=0 cellPadding=5><TR> -<!-- Body Start from Here --> -<TD valign="top" height="200" width="100%"> - <P class="title">WebQTL Conditions of Use</P> - <UL> - <LI><A HREF="conditionsofUse.html">WebQTL Usage Conditions and Limitations</A><P></P> - <LI><A HREF="dataSharing.html">WebQTL Data Sharing Policy</A><P></P> - <LI><A HREF="statusandContact.html">Status and investigators to contact on data use and publication</A><P></P> - </UL> - <P></P> -</TD> -</TR></TABLE> + <div class="github-btn"> + <a href="https://github.com/genenetwork/gn-docs">Edit on Github</a> + </div> + +<div id="markdown" class="container"> + {{ rendered_markdown|safe }} + +</div> +<link rel="stylesheet" type="text/css" href="/static/new/css/markdown.css" /> {% endblock %}
\ No newline at end of file |