From af8b0734bb6d1f7475e63f20e128266e711baad2 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 8 Feb 2008 21:52:48 +0100 Subject: [PATCH] * Add a message to the login screen. --- templates/base/login.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/base/login.html b/templates/base/login.html index 02193cb..11db79d 100644 --- a/templates/base/login.html +++ b/templates/base/login.html @@ -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 %} +

-- 2.30.2
{{ form.username }}