summaryrefslogtreecommitdiffstats
path: root/app/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/layout.html')
-rw-r--r--app/templates/layout.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/templates/layout.html b/app/templates/layout.html
index 06901e9..14ec7c5 100644
--- a/app/templates/layout.html
+++ b/app/templates/layout.html
@@ -19,13 +19,13 @@
<p>
{% if not request.base_url.endswith(url_for('.upload', study=study, module = module))%}
{% if not request.base_url.endswith(url_for('errorhandler')) %}
- <a href="{{url_for('main.upload', study=study, module=module)}}">neue Klausur hochladen</a>
+ <a href="{{url_for('.upload', study=study, module=module)}}">neue Klausur hochladen</a>
{% endif %}
{% else %}
- <a href="{{url_for('main.study_index', study=study, module=module)}}">zurück</a>
+ <a href="{{url_for('.study_index', study=study, module=module)}}">zurück</a>
{% endif %}
</p>
- <h2><a href="{{url_for('main.study_index', study=study)}}">{{study.capitalize()}}</a></h2>
+ <h2><a href="{{url_for('.study_index', study=study)}}">{{study.capitalize()}}</a></h2>
{% endif %}
<ul class="flashes">