From dc1de203d0c84ea6b7e779789675a7d8000058c6 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Fri, 25 Oct 2019 13:32:21 +0200 Subject: [PATCH] Create base layout with sidebar + content. --- musician/templates/musician/base.html | 84 ++++++++------------------- 1 file changed, 23 insertions(+), 61 deletions(-) diff --git a/musician/templates/musician/base.html b/musician/templates/musician/base.html index b6990c8..c172d01 100644 --- a/musician/templates/musician/base.html +++ b/musician/templates/musician/base.html @@ -11,7 +11,7 @@ {% endblock %} - {% block title %}{% if name %}{{ name }} – {% endif %}ICO monitoring{% endblock %} + {% block title %}{% if name %}{{ name }} – {% endif %}Django musician{% endblock %} {% block style %} {% block bootstrap_theme %} @@ -30,71 +30,33 @@ {% block body %} - - {% block navbar %} - - {% endblock %} -