From 11cc13240c6872605daa088a0964172347b379be Mon Sep 17 00:00:00 2001
From: Alexander_Kabui
Date: Wed, 14 Feb 2024 14:44:50 +0300
Subject: replace jquery-ui cdn with guix packaging
---
gn2/wqflask/templates/oauth2/data-list-genotype.html | 2 +-
gn2/wqflask/templates/oauth2/data-list-mrna.html | 2 +-
gn2/wqflask/templates/oauth2/data-list-phenotype.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
(limited to 'gn2/wqflask/templates/oauth2')
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 @@
+ href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.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 @@
+ href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.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 @@
+ href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" />
{%endblock%}
--
cgit v1.2.3