summaryrefslogtreecommitdiffstats
path: root/templates/module_list.html
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-13 17:37:18 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-13 17:51:54 +0200
commited9f2a99351349fa8d12868fe5dd27de6e70e8ad (patch)
treecdb4ca72134a5a16b6699f2ab929c26aeeaeabd6 /templates/module_list.html
parentcc675a681431369a5230ed7a8394d4dee10a3c61 (diff)
downloadklausuren-ed9f2a99351349fa8d12868fe5dd27de6e70e8ad.tar.gz
klausuren-ed9f2a99351349fa8d12868fe5dd27de6e70e8ad.tar.bz2
klausuren-ed9f2a99351349fa8d12868fe5dd27de6e70e8ad.zip
several studies like Informatik, Bioinformatik and Mathemathik are now possible
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>