From 6fb61e49eaf30a00794035c7611af301b9238f03 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 4 Apr 2024 10:48:54 +0200 Subject: Avoid loading fontawesome twice (it is in base) and change button class for purescript browser --- gn2/wqflask/templates/correlation_error_page.html | 1 - gn2/wqflask/templates/mapping_results.html | 12 ++++-------- gn2/wqflask/templates/search_result_page.html | 2 -- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/gn2/wqflask/templates/correlation_error_page.html b/gn2/wqflask/templates/correlation_error_page.html index 0b731ae1..a1b935ac 100644 --- a/gn2/wqflask/templates/correlation_error_page.html +++ b/gn2/wqflask/templates/correlation_error_page.html @@ -5,7 +5,6 @@ - {%endblock%} diff --git a/gn2/wqflask/templates/mapping_results.html b/gn2/wqflask/templates/mapping_results.html index b9feb9ca..2fed79c1 100644 --- a/gn2/wqflask/templates/mapping_results.html +++ b/gn2/wqflask/templates/mapping_results.html @@ -2,11 +2,7 @@ {% block title %}Mapping Results{% endblock %} {% block css %} - - - - @@ -226,16 +222,16 @@
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 %} - - -- cgit v1.2.3