diff options
Diffstat (limited to 'uploader/templates/no_such_job.html')
-rw-r--r-- | uploader/templates/no_such_job.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/no_such_job.html b/uploader/templates/no_such_job.html index 42a2d48..874d047 100644 --- a/uploader/templates/no_such_job.html +++ b/uploader/templates/no_such_job.html @@ -1,7 +1,7 @@ {%extends "base.html"%} {%block extrameta%} -<meta http-equiv="refresh" content="5;url={{url_for('entry.upload_file')}}"> +<meta http-equiv="refresh" content="5;url={{url_for('expression-data.index.upload_file')}}"> {%endblock%} {%block title%}No Such Job{%endblock%} |