diff options
author | equinox <equinox@diac24.net> | 2011-09-27 08:39:35 +0200 |
---|---|---|
committer | equinox <equinox@diac24.net> | 2011-09-27 08:39:35 +0200 |
commit | 1f6882c69af3918d81ded8ac1c61a79d040b236b (patch) | |
tree | afa7653a4cb96ad5ff60256f77296ad3d534bb1f /templates | |
parent | ebe38d8ea9b744648f9f7666e9ebdb5f9a204b79 (diff) |
language switch
Diffstat (limited to 'templates')
-rw-r--r-- | templates/login.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/login.html b/templates/login.html index 09b130c..3ca7299 100644 --- a/templates/login.html +++ b/templates/login.html @@ -17,5 +17,7 @@ <b class="error" py:if="'password' in errors">${errors.password}</b> <input type='submit' value='login'/> </form> + <a href="login?lang=de" class="lang"><img src="${url('static/lang_de.png')}" alt="Deutsch" width="16" height="11"/></a> + <a href="login?lang=en" class="lang"><img src="${url('static/lang_en.png')}" alt="English" width="16" height="11"/></a> </sub:bodyform> </html> |