diff options
author | Alexander_Kabui | 2024-02-14 13:58:07 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-02-14 13:58:07 +0300 |
commit | 3a69e60a2f23391ba89a49370d4c6b609d8d81ea (patch) | |
tree | 14c06d18e866b6921fc01b14976c98f741cfa21d /gn2/wqflask/templates/gn3_ctl_results.html | |
parent | 3a95e63dea4208280cd16167eb955a0b067de000 (diff) | |
download | genenetwork2-3a69e60a2f23391ba89a49370d4c6b609d8d81ea.tar.gz |
replace datatable cdn links with guix packages
Diffstat (limited to 'gn2/wqflask/templates/gn3_ctl_results.html')
-rw-r--r-- | gn2/wqflask/templates/gn3_ctl_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/gn3_ctl_results.html b/gn2/wqflask/templates/gn3_ctl_results.html index c42707f6..0e0b44af 100644 --- a/gn2/wqflask/templates/gn3_ctl_results.html +++ b/gn2/wqflask/templates/gn3_ctl_results.html @@ -3,7 +3,7 @@ {% block content %} <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <link REL="stylesheet" TYPE="text/css" href="{{ url_for('css', filename='bootstrap/css/bootstrap.css') }}" /> -<link rel="stylesheet" href="https://cdn.datatables.net/1.11.3/css/jquery.dataTables.min.css"> +<link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> <style type="text/css"> .carousel-control-next, .carousel-control-prev |