summaryrefslogtreecommitdiff
path: root/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.html')
-rw-r--r--templates/login.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/login.html b/templates/login.html
index ea0fe89..09b130c 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -10,10 +10,10 @@
</head>
<sub:bodyform>
<form action='login' method='POST'>
- <a href="create" id="create">Konto erstellen</a>
+ <a href="create" id="create">create account</a>
<div>uid: <input type='text' name='username' size="10"/></div>
<b class="error" py:if="'username' in errors">${errors.username}</b>
- <div>passwort: <input type='password' name='password' size="10"/></div>
+ <div>password: <input type='password' name='password' size="10"/></div>
<b class="error" py:if="'password' in errors">${errors.password}</b>
<input type='submit' value='login'/>
</form>