Add stubbed job_id

So that we can get a better sense of what the URLs look like.

Leaving unsigned for now because we don’t know if the ID will be a string or int
or…
This commit is contained in:
Chris Hill-Scott
2016-01-13 12:49:31 +00:00
parent 04b9c120d4
commit b4a8c2732d
8 changed files with 17 additions and 16 deletions

View File

@@ -83,7 +83,7 @@ def checksms(service_id):
service_id=service_id
)
elif request.method == 'POST':
return redirect(url_for('.showjob', service_id=service_id))
return redirect(url_for('.showjob', service_id=service_id, job_id=456))
def _build_upload_result(csv_file):