summaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 0089f04..bb14781 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" media="all" href="{{url_for('static',
- filename='style_v2.css')}}" />
+ filename='style_v3.css')}}" />
<script type="text/javascript" src="{{url_for('static',filename='jquery-1.8.0.min.js')}}"></script>
<title>Fit</title>
</head>
@@ -34,7 +34,7 @@
<a href="{{url_for('study_index', study=study, module=module)}}">zurück</a>
{% endif %}
</p>
- <h2>{{study.capitalize()}}</h2>
+ <h2><a href="{{url_for('study_index', study=study)}}">{{study.capitalize()}}</a></h2>
{% endif %}
<ul class="flashes">