Clean up leftover empty div

Mark Veidemanis 2 years ago
parent 383278245e
commit 1ec2159257
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -48,12 +48,10 @@
{% endif %} {% endif %}
</div> </div>
{% if params.index != 'int' and params.index != 'meta' %} {% if params.index != 'int' and params.index != 'meta' %}
<div> <div style="height: 30rem" id="sentiment-container" {% if params.show_sentiment is None %} class="is-hidden" {% endif %}>
<div style="height: 30rem" id="sentiment-container" {% if params.show_sentiment is None %} class="is-hidden" {% endif %}> <canvas id="sentiment-chart"></canvas>
<canvas id="sentiment-chart"></canvas>
</div>
<script src="{% static 'chart.js' %}"></script>
</div> </div>
<script src="{% static 'chart.js' %}"></script>
{% endif %} {% endif %}
{% include 'ui/drilldown/table_results_partial.html' %} {% include 'ui/drilldown/table_results_partial.html' %}
{% endif %} {% endif %}

Loading…
Cancel
Save