X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Fbase%2Flogin.html;h=00a1d121ea39cd697fefa42b18e2a546577388a4;hb=d860c22342f2861baa39af8053c7317745d54eda;hp=07bfd33356f4fbc4034cbaac1cc0710d3283f550;hpb=2abc16283f3b06aec8afa42b216a0063acb702f8;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/base/login.html b/templates/base/login.html index 07bfd33..00a1d12 100644 --- a/templates/base/login.html +++ b/templates/base/login.html @@ -1,23 +1,31 @@ {% extends "base/base.html" %} +{% load i18n %} {% block content %} {% if form.has_errors %} -

Your username and password didn't match. Please try again.

+

{% trans "Your username and password didn't match. Please try again." %}

{% endif %} {% if user.is_authenticated %} -

You are currently logged in as {{ user.username }}

-

Logout

+

{% blocktrans with user.username as username %}You are currently logged in as {{ username }}{% endblocktrans %}

+

{% trans "Logout" %}

{% endif %} +

+{% blocktrans with "http://www.evolution-events.nl" as ee_url and "http://www.evolution-events.nl/forum" as forum_url and "/forum/phpbb/profile.php?mode=register" as register_url %} +You can login with your Evolution Events +forum account. If you don't have a forum +account yet, first register. +{% endblocktrans %} +

- - + +
{{ form.username }}
{{ form.password }}
{{ form.username }}
{{ form.password }}
- +