From fdb2f9e3a6b29c309c8d452dc1a257137328ff31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Tue, 17 Jul 2018 18:00:27 +0200
Subject: [PATCH] remove admin-session CSS that breaks bootstrap layouts for
 other pages

Former-commit-id: 10c51c308ab0188156f3af3d6e81f04cbe2d10da
---
 ippisite/ippidb/templates/base.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ippisite/ippidb/templates/base.html b/ippisite/ippidb/templates/base.html
index 5e994cb9..f026ddab 100644
--- a/ippisite/ippidb/templates/base.html
+++ b/ippisite/ippidb/templates/base.html
@@ -6,7 +6,8 @@
         <title>IPPI-DB {% block title %}{% endblock %}</title>
 
         <link rel="stylesheet" href="/static/bootstrap/css/bootstrap.min.css">
-        <link rel="stylesheet" href="/static/css/ippidb.css">
+        <link rel="stylesheet" href="/static/css/fonts.css">
+        <link rel="stylesheet" href="/static/css/main.css">
         <link rel="stylesheet" href="/static/css/ippidb-typeahead.css">
 
         <script src="/static/url-polyfill/url-polyfill.js"></script>
-- 
GitLab