Also load results pane with errors on load

This commit is contained in:
2022-12-01 07:20:35 +00:00
parent ac3a57a2e8
commit f1a68f92a0
2 changed files with 2 additions and 1 deletions

View File

@@ -146,7 +146,7 @@
{% endblock %}
{% block widgets %}
{% if table %}
{% if table or message is not None %}
{% include 'partials/results_load.html' %}
{% endif %}
{% endblock %}