Skip to content
Snippets Groups Projects
Commit a0bc442e authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

adding before_nav_content to allo to pût a div, useful with jquery...

adding before_nav_content to allo to pût a div, useful with jquery autocomplete which need a parent.
parent 6dc8c789
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment