X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Fbase%2Flogin.html;h=00a1d121ea39cd697fefa42b18e2a546577388a4;hb=86800ade2dc1966a05ddc437ca67111dd87fd34f;hp=37fdf44a6cd82a73e5e1cbe68498f759eb746d25;hpb=c5cbeefd03ddece1d37e966ad0b6f56ece29113f;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/base/login.html b/templates/base/login.html index 37fdf44..00a1d12 100644 --- a/templates/base/login.html +++ b/templates/base/login.html @@ -1,5 +1,5 @@ -{% load i18n %} {% extends "base/base.html" %} +{% load i18n %} {% block content %} @@ -12,6 +12,13 @@

{% 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 }}