Put header in the container
This commit is contained in:
parent
f1926ffd99
commit
2982b1aded
@ -1,9 +1,8 @@
|
||||
<h1>Here is Dashboard!</h1>
|
||||
|
||||
% if 4 in user['profile']['roles']:
|
||||
|
||||
<!-- Debug Section -->
|
||||
<div class="container mb-5">
|
||||
<h1>Here is Dashboard!</h1>
|
||||
|
||||
% if 4 in user['profile']['roles']:
|
||||
<!-- Debug Section -->
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="card">
|
||||
@ -20,6 +19,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
% endif
|
||||
|
||||
% endif
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user