From 90df5206201af9b093497aeaa3ffb954b7ff82ef Mon Sep 17 00:00:00 2001 From: lhark Date: Tue, 13 Dec 2016 00:14:05 +0100 Subject: [PATCH] Fix static css loading issue --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index d087b0f9..298aad2e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,7 +10,7 @@ {% bootstrap_css %} {% bootstrap_javascript %} - + {{ site_name }} : {% block title %}Accueil{% endblock %}