From 6e95abdc825976c36261aa141d8ff5034695e62d Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 26 May 2016 09:43:55 +0100 Subject: [PATCH] =?UTF-8?q?Stop=20help=20showing=20up=20when=20it=20should?= =?UTF-8?q?n=E2=80=99t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main/views/send.py | 2 +- app/templates/views/check.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main/views/send.py b/app/main/views/send.py index 0bf0f9270..9fa727a01 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -315,5 +315,5 @@ def start_job(service_id, upload_id): ) return redirect( - url_for('main.view_job', job_id=upload_id, service_id=service_id, help=request.form.get('help')) + url_for('main.view_job', job_id=upload_id, service_id=service_id, help=request.args.get('help', '0')) ) diff --git a/app/templates/views/check.html b/app/templates/views/check.html index dd71f4cf6..71631c1d2 100644 --- a/app/templates/views/check.html +++ b/app/templates/views/check.html @@ -122,7 +122,7 @@ {% else %}