summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-26 06:13:26 +0200
committerMarian Sigler <m@qjym.de>2012-09-26 06:13:26 +0200
commitb914225af239041c77bc4557a12e259a78d6025a (patch)
tree919b0ccdd251d8742e7a3db82e9c5c84552d2597 /templates/index.html
parentbf5d684c05a26787de0de80b0894b9d2d031c6ad (diff)
downloadweb-b914225af239041c77bc4557a12e259a78d6025a.tar.gz
web-b914225af239041c77bc4557a12e259a78d6025a.tar.bz2
web-b914225af239041c77bc4557a12e259a78d6025a.zip
add accounts logo, style header
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index cbbaa44..ea5e258 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,7 +1,6 @@
{%- extends 'base.html' %}
{%- from '_macros.html' import render_field %}
{%- block content %}
-<p>Willkommen bei <strong>spline accounts</strong>!</p>
{%- if session.username %}
<p>Hallo {{ session.username }}. <a href="{{ url_for('settings') }}">Einstellungen</a></p>
{%- else %}