summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-15 16:44:22 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-15 16:44:22 +0200
commitda076f2758f7fa7cd842d5ae66fd389c81c41316 (patch)
treee61c09171356b4da71f06fdfbbc39a274ba867b7
parent16e21fc27e0949a11d5be7956932ccac8b01bda2 (diff)
downloadklausuren-da076f2758f7fa7cd842d5ae66fd389c81c41316.tar.gz
klausuren-da076f2758f7fa7cd842d5ae66fd389c81c41316.tar.bz2
klausuren-da076f2758f7fa7cd842d5ae66fd389c81c41316.zip
fixed url for back buttoN
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index baaf3d2..3fab478 100644
--- a/app.py
+++ b/app.py
@@ -112,7 +112,7 @@ def study_show(study, oid):
-@app.route('/<study>/modules')
+@app.route('/<study>/modules/')
@app.route('/<study>/modules/<module>')
def study_index(study, module=None):
if module: