Skip to content

Commit a8babae

Browse files
committed
cleaning up a div
1 parent 922244f commit a8babae

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

templates/dashboard.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,9 @@
5555
</nav>
5656

5757
<main class="col-md-9 ms-sm-auto col-lg-10 px-md-4 py-md-4">
58-
{#<div class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom">#}
59-
60-
{% block content %}
61-
62-
{# intentionally empty; page content comes from child templates #}
63-
{% endblock content %}
64-
</div>
58+
{% block content %}
59+
{# intentionally empty; page content comes from child templates #}
60+
{% endblock content %}
6561
</main>
6662
</div>
6763
</div>

0 commit comments

Comments
 (0)