* Add a message to the login screen.
authorMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Fri, 8 Feb 2008 20:52:48 +0000 (21:52 +0100)
committerMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Fri, 8 Feb 2008 20:52:48 +0000 (21:52 +0100)
templates/base/login.html

index 02193cb6838509ab79ec85cd2fd543e4d366022b..11db79d0ec3379bba517871cb4adad46bd336239 100644 (file)
        <p><a href="../logout/">{% trans "Logout" %}</a></p>
 {% endif %}
 
+<p>
+{% 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 <a href="{{ ee_url }} ">Evolution Events</a>
+<a href="{{ forum_url }}">forum</a> account. If you don't have a forum account
+yet, first <a href="{{ register_url }}">register</a>.
+{% endblocktrans %}
+</p>
 <form method="post" action=".">
 <table>
 <tr><td><label for="id_username">{% trans "Username" %}</label></td><td>{{ form.username }}</td></tr>