From ef6c98660b6e9125d0a88ea0bdeb2fa4bfb5fbe6 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 7 Mar 2017 00:36:54 -0400 Subject: [PATCH] Disable loading the base Bootstrap CSS, Flatly seems to include it already. Signed-off-by: Roberto Rosario --- mayan/apps/appearance/templates/appearance/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mayan/apps/appearance/templates/appearance/base.html b/mayan/apps/appearance/templates/appearance/base.html index ccf53112b1..3f191cb7cb 100644 --- a/mayan/apps/appearance/templates/appearance/base.html +++ b/mayan/apps/appearance/templates/appearance/base.html @@ -23,7 +23,8 @@ {% compress css %} - + {# Disable base Bootstrap CSS, Flatly seems to include it already #} + {##}