summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
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 d652313..6fae303 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -11,7 +11,7 @@
Willkommen bei <strong>spline accounts</strong>.
Melde dich an,
<a href="{{ url_for('about') }}">informier dich</a>, oder
- <a href="{{ url_for('register') }}">leg einen account an</a>.
+ <a href="{{ url_for('register') }}">leg einen Account an</a>.
</p>
{{ render_field(form.username, autofocus="autofocus") }}
{{ render_field(form.password) }}