# 177 Overview layout enhancement
* enhances layout title section layout on overview template
This commit is contained in:
parent
83039e63ce
commit
e4528dc5ef
@ -14,13 +14,15 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="col-md">
|
||||
<div>
|
||||
{% if table.title %}
|
||||
<div class="row">
|
||||
<div class="col-md">
|
||||
<h3>
|
||||
{{ table.title }}
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
{% if table.subtitle %}
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg">
|
||||
|
Loading…
Reference in New Issue
Block a user