From a0bc442e411068a8a8fa13093bc6a424238ed423 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Wed, 4 Sep 2019 17:21:59 +0200 Subject: [PATCH] =?UTF-8?q?adding=20before=5Fnav=5Fcontent=20to=20allo=20t?= =?UTF-8?q?o=20p=C3=BBt=20a=20div,=20useful=20with=20jquery=20autocomplete?= =?UTF-8?q?=20which=20need=20a=20parent.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/basetheme_bootstrap/basePasteur.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html b/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html index b6069dd..a0ac068 100644 --- a/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html +++ b/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html @@ -26,7 +26,7 @@ <body class="d-flex flex-column h-100"> {% include_if_exists "fork_me.html"|localize_template "basetheme_bootstrap/fork_me.example.html" %} <header class="main-header fixed-top"> - <!-- Fixed navbar --> + <!-- Fixed navbar -->{% block before_nav_content %}{% endblock %} <nav class="header__top navbar navbar-expand-sm navbar-dark"> <a class="navbar-brand" href="{% url 'home'%}">{% block project_name %}{% endblock %}</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" -- GitLab