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

Adding whole_content_page_title even if it is only fully working with bs4

parent a1ecbd00
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,7 @@ ...@@ -104,6 +104,7 @@
<main role="main" class="{% block container-class %}container{% endblock %}"> <main role="main" class="{% block container-class %}container{% endblock %}">
<div class="row"> <div class="row">
{% block whole_content_page_title %}
<div class="page-header"> <div class="page-header">
{% block content_page_title %} {% block content_page_title %}
<div class="col-xs-12"> <div class="col-xs-12">
...@@ -114,6 +115,7 @@ ...@@ -114,6 +115,7 @@
<hr> <hr>
</div> </div>
</div> </div>
{% endblock %}
{% if messages %} {% if messages %}
<div class="col-xs-12 "> <div class="col-xs-12 ">
{% for message in messages %} {% for message in messages %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment