summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-21 09:14:39 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-21 09:14:39 +0200
commit91fd916984914f593e6417e5837c42a81edaaa28 (patch)
tree1cefe1a6724bfbd09a46c21af285fd9c8ee3d836 /templates
parentec2c11c9b21f7fcbf79bdf2b57eff911d8c66bd9 (diff)
downloadweb-91fd916984914f593e6417e5837c42a81edaaa28.tar.gz
web-91fd916984914f593e6417e5837c42a81edaaa28.tar.bz2
web-91fd916984914f593e6417e5837c42a81edaaa28.zip
added spline logogit status111
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index decff78..c28c8f4 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -13,7 +13,11 @@
</head>
<body>
- <h1>{% if title %}{{ title }}{% else %}spline accounts{% endif %}</h1>
+ <h1 id="header">Spline</h1>
+
+ {% if title %}
+ <h2>{{ title }}</h2>
+ {% endif %}
{%- if session.username %}
<p>Logged in as {{ session.username }}. <a href="{{ url_for('logout') }}">Log out</a></p>