From 9581ca16ab434a7a85fa8ef07ed72e032dfeef1d Mon Sep 17 00:00:00 2001 From: deed Date: Thu, 18 Jul 2019 12:47:30 +0200 Subject: [PATCH] implantation CSS navbar, footer, tile, column couleur de Khaganat et Khanat --- khaganat/templates/khaganat/base.html | 32 ++- static_extra/bulma/sass/style.sass | 331 ++++++++++++++++++++++++++ 2 files changed, 353 insertions(+), 10 deletions(-) diff --git a/khaganat/templates/khaganat/base.html b/khaganat/templates/khaganat/base.html index ce41170..f7927ac 100644 --- a/khaganat/templates/khaganat/base.html +++ b/khaganat/templates/khaganat/base.html @@ -19,7 +19,7 @@ {% navbar %}
- {% if messages %} + {% if messages %}
{% for message in messages %}
@@ -34,18 +34,30 @@ {% endfor %}
{% endif %} -
- {% block content %}{% endblock %} +
+ {% block content %}{% endblock %}
-
-