content template changed

This commit is contained in:
Yogesh Ojha
2020-05-05 20:06:18 +05:30
parent 6be06bc0c8
commit becc923668
3 changed files with 6 additions and 8 deletions
BIN
View File
Binary file not shown.
+4 -1
View File
@@ -1,4 +1,6 @@
{% load static %}
{% block breadcrumb %}
<div class="sub-header-container">
<header class="header navbar navbar-expand-sm">
<a href="javascript:void(0);" class="sidebarCollapse" data-placement="bottom"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg></a>
@@ -7,10 +9,11 @@
<li>
<div class="page-header">
<div class="page-title">
<h3>Blank Page</h3>
{% block breadcrumb_title %}<h3>This is headline</h3>{% endblock breadcrumb_title %}
</div>
</div>
</li>
</ul>
</header>
</div>
{% endblock breadcrumb %}
+2 -7
View File
@@ -23,15 +23,11 @@
</div></div></div>
<!-- TOP NAVBAR BEGIN -->
{% block navbar %}
{% include 'base/_items/top_nav.html' %}
{% endblock navbar %}
<!-- TOP NAVBAR ENDS -->
<!-- BEGIN BREADCRUMB -->
{% block breadcrumb %}
{% include 'base/_items/breadcrumb.html' %}
{% endblock breadcrumb %}
<!-- END BREADCRUMB -->
<!-- BEGIN MAIN CONTAINER -->
@@ -49,11 +45,10 @@
<!-- BEGIN CONTENT PART -->
<div id="content" class="main-content">
<div class="layout-px-spacing">
<div class="row layout-top-spacing">
{% block content %}
{% block main_content %}
{% endblock content %}
{% endblock main_content %}
</div>
</div>