summaryrefslogtreecommitdiffstats
path: root/templates/module_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/module_list.html')
-rw-r--r--templates/module_list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/module_list.html b/templates/module_list.html
index 493a66f..2b36f30 100644
--- a/templates/module_list.html
+++ b/templates/module_list.html
@@ -1,11 +1,11 @@
{% extends "layout.html" %}
{% block body %}
- <h2>Klausuren</h2>
+ <h3>Klausuren</h3>
<ul>
{% for module in modules %}
<li>
- <a href="{{url_for('index', module=module)}}">{{module}}</a>
+ <a href="{{url_for('study_index', study = study, module=module)}}">{{module}}</a>
</li>
{% else %}
<li>Keine Klausuren bisher hochgeladen!</li>