summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
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 %}