summaryrefslogtreecommitdiffstats
path: root/app/templates/module_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/module_list.html')
-rw-r--r--app/templates/module_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/module_list.html b/app/templates/module_list.html
index 2b36f30..9e1409c 100644
--- a/app/templates/module_list.html
+++ b/app/templates/module_list.html
@@ -5,7 +5,7 @@
<ul>
{% for module in modules %}
<li>
- <a href="{{url_for('study_index', study = study, module=module)}}">{{module}}</a>
+ <a href="{{url_for('main.study_index', study = study, module=module)}}">{{module}}</a>
</li>
{% else %}
<li>Keine Klausuren bisher hochgeladen!</li>