From f7844e4b64526c6a10f69378f1c9b9284abcd67c Mon Sep 17 00:00:00 2001
From: BonfaceKilz
Date: Wed, 13 May 2020 16:45:43 +0300
Subject: Use buttons.bootstrap.css from guix
---
wqflask/wqflask/templates/collections/list.html | 2 +-
wqflask/wqflask/templates/correlation_page.html | 2 +-
wqflask/wqflask/templates/snp_browser.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/wqflask/wqflask/templates/collections/list.html b/wqflask/wqflask/templates/collections/list.html
index d3a77fa7..31383b5a 100644
--- a/wqflask/wqflask/templates/collections/list.html
+++ b/wqflask/wqflask/templates/collections/list.html
@@ -2,7 +2,7 @@
{% block title %}Your Collections{% endblock %}
{% block css %}
-
+
{% endblock %}
{% block content %}
diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html
index bdd53596..2e018dbc 100644
--- a/wqflask/wqflask/templates/correlation_page.html
+++ b/wqflask/wqflask/templates/correlation_page.html
@@ -2,8 +2,8 @@
{% block title %}Correlation Results{% endblock %}
{% block css %}
-
+
{% endblock %}
{% block content %}
diff --git a/wqflask/wqflask/templates/snp_browser.html b/wqflask/wqflask/templates/snp_browser.html
index 69d6432d..fb564b28 100644
--- a/wqflask/wqflask/templates/snp_browser.html
+++ b/wqflask/wqflask/templates/snp_browser.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block css %}
-
+
{% endblock %}
--
cgit v1.2.3