diff options
Diffstat (limited to 'uploader/templates/job_progress.html')
-rw-r--r-- | uploader/templates/job_progress.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/job_progress.html b/uploader/templates/job_progress.html index 1af0763..2feaa89 100644 --- a/uploader/templates/job_progress.html +++ b/uploader/templates/job_progress.html @@ -11,7 +11,7 @@ <h1 class="heading">{{job_name}}</h2> <div class="row"> - <form action="{{url_for('parse.abort')}}" method="POST"> + <form action="{{url_for('expression-data.parse.abort')}}" method="POST"> <legend class="heading">Status</legend> <div class="form-group"> <label for="job_status" class="form-label">status:</label> |