aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/oauth2
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/templates/oauth2')
-rw-r--r--gn2/wqflask/templates/oauth2/data-list-genotype.html2
-rw-r--r--gn2/wqflask/templates/oauth2/data-list-mrna.html2
-rw-r--r--gn2/wqflask/templates/oauth2/data-list-phenotype.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/gn2/wqflask/templates/oauth2/data-list-genotype.html b/gn2/wqflask/templates/oauth2/data-list-genotype.html
index c780a583..78939a72 100644
--- a/gn2/wqflask/templates/oauth2/data-list-genotype.html
+++ b/gn2/wqflask/templates/oauth2/data-list-genotype.html
@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css"
href="/css/DataTables/css/jquery.dataTables.css" />
<link rel="stylesheet" type="text/css"
- href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" />
+ href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" />
<link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" />
{%endblock%}
diff --git a/gn2/wqflask/templates/oauth2/data-list-mrna.html b/gn2/wqflask/templates/oauth2/data-list-mrna.html
index 0e163235..728e95d4 100644
--- a/gn2/wqflask/templates/oauth2/data-list-mrna.html
+++ b/gn2/wqflask/templates/oauth2/data-list-mrna.html
@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css"
href="/css/DataTables/css/jquery.dataTables.css" />
<link rel="stylesheet" type="text/css"
- href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" />
+ href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" />
<link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" />
{%endblock%}
diff --git a/gn2/wqflask/templates/oauth2/data-list-phenotype.html b/gn2/wqflask/templates/oauth2/data-list-phenotype.html
index 8c79c0d6..e5172c70 100644
--- a/gn2/wqflask/templates/oauth2/data-list-phenotype.html
+++ b/gn2/wqflask/templates/oauth2/data-list-phenotype.html
@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css"
href="/css/DataTables/css/jquery.dataTables.css" />
<link rel="stylesheet" type="text/css"
- href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" />
+ href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" />
<link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" />
{%endblock%}