From 828cb4d0b327bcb441dc523f4d825f660f371e01 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Thu, 26 Nov 2020 15:04:30 +0300 Subject: add policies page --- wqflask/wqflask/templates/policies.html | 29 ++++++++++++++++------------- 1 file 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 %} + +{% endblock %} + {% block content %} - - - -
-

WebQTL Conditions of Use

- -

-
+
+ Edit on Github +
+ +
+ {{ rendered_markdown|safe }} + +
+ {% endblock %} \ No newline at end of file -- cgit v1.2.3