about summary refs log tree commit diff
path: root/gn2/wqflask/templates/search_result_page.html
diff options
context:
space:
mode:
authorPjotr Prins2024-04-04 10:48:54 +0200
committerFrederick Muriuki Muriithi2024-09-11 13:02:55 -0500
commit6fb61e49eaf30a00794035c7611af301b9238f03 (patch)
tree5b040798424b8fc1ffcfb9093131e55721c34071 /gn2/wqflask/templates/search_result_page.html
parent517440d3764e496a7300f7cb693a087fca82e488 (diff)
downloadgenenetwork2-6fb61e49eaf30a00794035c7611af301b9238f03.tar.gz
Avoid loading fontawesome twice (it is in base) and change button class for purescript browser
Diffstat (limited to 'gn2/wqflask/templates/search_result_page.html')
-rw-r--r--gn2/wqflask/templates/search_result_page.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/search_result_page.html b/gn2/wqflask/templates/search_result_page.html
index fccda1ae..f7b4a54b 100644
--- a/gn2/wqflask/templates/search_result_page.html
+++ b/gn2/wqflask/templates/search_result_page.html
@@ -2,9 +2,7 @@
 {% block title %}Search Results{% endblock %}
 {% block css %}
     <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" />
-    <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='fontawesome/css/font-awesome.min.css') }}" />
     <link rel="stylesheet" type="text/css" href="{{ url_for('js', filename='DataTablesExtensions/buttonStyles/css/buttons.dataTables.min.css') }}">
-    <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='fontawesome/css/font-awesome.min.css') }}" />
     <link rel="stylesheet" type="text/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" />
     <link rel="stylesheet" type="text/css" href="static/new/css/trait_list.css" />