diff options
author | equinox <equinox@diac24.net> | 2011-09-27 08:01:14 +0200 |
---|---|---|
committer | equinox <equinox@diac24.net> | 2011-09-27 08:01:14 +0200 |
commit | 2066915a49fa45aeb2bc3ed79b7c6e0484b8d0af (patch) | |
tree | 9c7028cf5b09f38023fade23a70f485a4d1eea19 /templates/login.html | |
parent | 2a13c8256b2b64c3c61e043a1d9268b75a4597a4 (diff) |
i18n support
Diffstat (limited to 'templates/login.html')
-rw-r--r-- | templates/login.html | 4 |
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> |