summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-26 22:17:06 +0200
committerMarian Sigler <m@qjym.de>2012-09-26 22:17:06 +0200
commit400b77f4cd0098c3c42bd7083eeff5e4ee3b4357 (patch)
treec053b4ed0a2e8cfb2a77a05c8b4ff78b2d3c4f2e /templates
parent55b4cdf8bc082a9f0fc93e6f1fd4d959714accbb (diff)
downloadweb-400b77f4cd0098c3c42bd7083eeff5e4ee3b4357.tar.gz
web-400b77f4cd0098c3c42bd7083eeff5e4ee3b4357.tar.bz2
web-400b77f4cd0098c3c42bd7083eeff5e4ee3b4357.zip
Make logo a link to /; Increase margin of header
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 381fd0f..762411d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,7 +16,9 @@
<div id="header-background">&nbsp;</div>
<header>
- <h1><img src="{{url_for('static', filename='logo.png')}}" alt="spline accounts" /></h1>
+ <h1><a href="{{ url_for('index') }}">
+ <img src="{{ url_for('static', filename='logo.png') }}" alt="spline accounts" />
+ </a></h1>
<span id="roundcornerb">&nbsp;</span>
<span id="roundcornerw">&nbsp;</span>