summaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/app.py b/app.py
index 3fab478..9143fe1 100644
--- a/app.py
+++ b/app.py
@@ -99,7 +99,8 @@ def upload(study, module = None):
try: form.module.data = [k for (k,v) in form.module.choices if v == module][0]
except: pass
- return render_template('upload.html', study = study, form = form)
+ return render_template('upload.html',
+ study = study, form = form, module=module)