about summary refs log tree commit diff
path: root/gn2/wqflask/templates/mapping_results.html
diff options
context:
space:
mode:
authorAlexander_Kabui2024-02-14 13:01:07 +0300
committerAlexander_Kabui2024-02-14 13:01:07 +0300
commit61b39cbfe44c2ffefd3d4000e27eb3bc858a179b (patch)
tree2c78dd3bd08cb5e6f0cb2629786c381e4669b461 /gn2/wqflask/templates/mapping_results.html
parentbeacd99bfbc815ebd3ae37b060910a9a323ca5a2 (diff)
downloadgenenetwork2-61b39cbfe44c2ffefd3d4000e27eb3bc858a179b.tar.gz
replace font awesome external links
Diffstat (limited to 'gn2/wqflask/templates/mapping_results.html')
-rw-r--r--gn2/wqflask/templates/mapping_results.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/mapping_results.html b/gn2/wqflask/templates/mapping_results.html
index 2b6a1e43..fe3c5efd 100644
--- a/gn2/wqflask/templates/mapping_results.html
+++ b/gn2/wqflask/templates/mapping_results.html
@@ -3,7 +3,8 @@
 {% block css %}
     <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" />
     
-    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
+    <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='fontawesome/css/all.min.css') }}"/>
+
     <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='purescript-genome-browser/css/purescript-genetics-browser.css') }}" />
 
     <link rel="stylesheet" type="text/css" href="/static/new/css/marker_regression.css" />