summaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-10 17:41:42 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-10 17:41:42 +0200
commitdd5194709bd6d44dd5f02881d94e278fbebb0841 (patch)
treecee932154b31817591226a11b52042f721c6d684 /templates/layout.html
parenta418150dc32eaa6968190d273b9ae48fc0539658 (diff)
downloadklausuren-dd5194709bd6d44dd5f02881d94e278fbebb0841.tar.gz
klausuren-dd5194709bd6d44dd5f02881d94e278fbebb0841.tar.bz2
klausuren-dd5194709bd6d44dd5f02881d94e278fbebb0841.zip
added possibilty to add new modules
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layout.html b/templates/layout.html
index e4cacde..5f54e1c 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" media="all" href="{{url_for('static', filename='style.css')}}" />
+ <script type="text/javascript" src="{{url_for('static',filename='jquery-1.8.0.min.js')}}"></script>
<title>Fit</title>
</head>
<body>
@@ -10,8 +11,7 @@
<h1><a href="/">Archiv</a><small> @ spline</small></h1>
<p>
<b>Tip</b>: Du kannst alle Klausuren mittels Git herunterladen.<br />
- <i>git clone {{url_for('static', filename='fit.git',
- _external=True)}}</i>
+ <i>git clone {{url_for('static', filename='fit.git', _external=True)}}</i>
</p>
</div>
@@ -22,7 +22,7 @@
{% if not request.base_url.endswith(url_for('upload')) %}
<a href="{{url_for('upload')}}">neue Klausur hochladen</a>
{% else %}
- <a href="{{url_for('list')}}">zurück</a>
+ <a href="{{url_for('index')}}">zurück</a>
{% endif %}
</p>