15789 make sure job completed before including config_form

This commit is contained in:
Arthur 2024-04-19 15:22:09 -07:00 committed by Jeremy Stretch
parent 781409b5ae
commit 781d932b2a
1 changed files with 2 additions and 0 deletions

View File

@ -101,5 +101,7 @@
{% endblock content %}
{% block modals %}
{% if job.completed %}
{% table_config_form table table_name="ObjectTable" %}
{% endif %}
{% endblock modals %}