We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922244f commit a8babaeCopy full SHA for a8babae
templates/dashboard.html
@@ -55,13 +55,9 @@
55
</nav>
56
57
<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>
+ {% block content %}
+ {# intentionally empty; page content comes from child templates #}
+ {% endblock content %}
65
</main>
66
</div>
67
0 commit comments