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