summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-21 04:10:44 +0200
committerMarian Sigler <m@qjym.de>2012-09-21 04:10:44 +0200
commit4febfc3be67c34dd6a9407effc83a4ea4e335da5 (patch)
tree5e08f5b86d0319ae08e07c2c89df6bfcb0860982 /templates/index.html
parent85b73458a145749f51b10a0b1d530cc43605d59c (diff)
downloadweb-4febfc3be67c34dd6a9407effc83a4ea4e335da5.tar.gz
web-4febfc3be67c34dd6a9407effc83a4ea4e335da5.tar.bz2
web-4febfc3be67c34dd6a9407effc83a4ea4e335da5.zip
basic settings (yet without confirmation mail on mail change etc)
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 9177dea..6147883 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -6,7 +6,7 @@
<p>Hallo {{ session.username }}. <a href="{{ url_for('settings') }}">Einstellungen</a></p>
{%- else %}
<p><a href="/register">Account erstellen</a></p>
-<form action="" method="post">
+<form action="{{ url_for('index') }}" method="post">
<dl>
{{ render_field(form.username) }}
{{ render_field(form.password) }}