summaryrefslogtreecommitdiffstats
path: root/app/templates/upload.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/upload.html')
-rw-r--r--app/templates/upload.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/upload.html b/app/templates/upload.html
index 8683be0..67c47ea 100644
--- a/app/templates/upload.html
+++ b/app/templates/upload.html
@@ -26,7 +26,7 @@
<div id="upload">
<form method="POST" enctype="multipart/form-data"
- action="{{url_for('upload', study=study, module=module)}}">
+ action="{{url_for('main.upload', study=study, module=module)}}">
{{ form.csrf_token }}
{{ render_field(form.exam) }}