summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
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>