summaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/layout.html b/templates/layout.html
index bad67a2..0089f04 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -26,8 +26,7 @@
<div id="sub-header">
{% if study %}
<p>
- {% if not request.base_url.endswith(url_for('upload', study=study
- , module = module))%}
+ {% if not request.base_url.endswith(url_for('upload', study=study, module = module))%}
{% if not request.base_url.endswith(url_for('forbidden')) %}
<a href="{{url_for('upload', study=study, module=module)}}">neue Klausur hochladen</a>
{% endif %}