Hide results pane if there's no results
This commit is contained in:
parent
990a88a340
commit
be7fe348ff
|
@ -1,7 +1,7 @@
|
|||
{% load static %}
|
||||
{% load index %}
|
||||
{% include 'partials/notify.html' %}
|
||||
{% if results is not None %}
|
||||
{% if results %}
|
||||
<div style="display: none" id="jsonData" data-json="{{ data }}">
|
||||
</div>
|
||||
<div class="box">
|
||||
|
|
Loading…
Reference in New Issue