Remove the container-fluid around the graph
This commit is contained in:
parent
934ea0a905
commit
5331780a83
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ h1.placeholder {
|
||||||
|
|
||||||
{% block container %}
|
{% block container %}
|
||||||
{% include "navbar.html" %}
|
{% include "navbar.html" %}
|
||||||
<div class="container-fluid">
|
{#<div class="container-fluid">#}
|
||||||
{% block graph %}<h1 class="placeholder">PUT A GRAPH HERE</h1>{% endblock %}
|
{% block graph %}<h1 class="placeholder">PUT A GRAPH HERE</h1>{% endblock %}
|
||||||
</div>
|
{#</div>#}
|
||||||
{% endblock container %}
|
{% endblock container %}
|
||||||
|
|
||||||
{% block body_js %}
|
{% block body_js %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue