summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html
index 6fae303..3e192e5 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2,9 +2,6 @@
{%- from '_macros.html' import render_field %}
{%- block content %}
-{%- if g.user %}
-<p>Hallo {{ session.username }}. <a href="{{ url_for('settings') }}">Einstellungen</a></p>
-{%- else %}
<form action="{{ url_for('index') }}" method="post" class="form-horizontal">
<h2>Login</h2>
<p>
@@ -20,6 +17,5 @@
<p class="form-actions"><a href="/register">Account erstellen</a></div>
<p class="form-actions"><a href="/lost_password">Passwort vergessen</a></div>
</form>
-{%- endif %}
{%- endblock %}