diff --git a/templates/edit_job.html b/templates/edit_job.html index 648c70b..842dd17 100644 --- a/templates/edit_job.html +++ b/templates/edit_job.html @@ -470,11 +470,6 @@
- - {% endblock %} diff --git a/templates/job_detail.html b/templates/job_detail.html index fd7ef4f..c31b540 100644 --- a/templates/job_detail.html +++ b/templates/job_detail.html @@ -146,7 +146,7 @@ {% if job.status != 'running' and job.status != 'queued' %} @@ -154,6 +154,14 @@ Edit Job + {% endif %} {% if job.status == 'running' or job.status == 'queued' %}