1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

page header rearragements

This commit is contained in:
catborise 2020-10-21 12:09:06 +03:00 committed by catborise
parent 85d4c5f132
commit 488b71a68f
7 changed files with 8 additions and 9 deletions

View file

@ -40,18 +40,17 @@
<div role="main" class="container">
<div class"row">
<div class="col-sm-12">
<div>
<div class="float-right">
{% block page_heading_extra %}
{% endblock page_heading_extra %}
</div>
<h3 class="page-header">
<h3 class="ml-0 page-header">
{% block page_heading %}
{% endblock page_heading %}
</h3>
</div>
</div>
<hr>
{% bootstrap_messages %}
{% block content %}{% endblock %}
</div>