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, 3 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index b3bd93c..d652313 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -9,7 +9,9 @@
<h2>Login</h2>
<p>
Willkommen bei <strong>spline accounts</strong>.
- Melde dich an, informier dich, oder leg einen account an.
+ Melde dich an,
+ <a href="{{ url_for('about') }}">informier dich</a>, oder
+ <a href="{{ url_for('register') }}">leg einen account an</a>.
</p>
{{ render_field(form.username, autofocus="autofocus") }}
{{ render_field(form.password) }}