# 177 Overview layout enhancement

* enhances layout title section layout on overview template
pull/178/head
mpeltriaux 2 years ago
parent 83039e63ce
commit e4528dc5ef

@ -14,13 +14,15 @@
{% endblock %} {% endblock %}
{% block body %} {% block body %}
<div class="col-md"> <div>
{% if table.title %} {% if table.title %}
<div class="row"> <div class="row">
<div class="col-md">
<h3> <h3>
{{ table.title }} {{ table.title }}
</h3> </h3>
</div> </div>
</div>
{% if table.subtitle %} {% if table.subtitle %}
<div class="row mb-2"> <div class="row mb-2">
<div class="col-lg"> <div class="col-lg">

Loading…
Cancel
Save