From: matt Date: Tue, 27 Apr 2010 17:16:44 +0000 (+0000) Subject: Added title for login page and changed prompt for "oppurtunity", may still be in... X-Git-Tag: live~1000 X-Git-Url: https://git.openstreetmap.org/osqa.git/commitdiff_plain/052a64d5a899eea7f0d86b42951bc410fba2ed3e Added title for login page and changed prompt for "oppurtunity", may still be in some translation file somewhere. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@75 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/auth/signin.html b/forum/skins/default/templates/auth/signin.html index 4c06278..798faeb 100644 --- a/forum/skins/default/templates/auth/signin.html +++ b/forum/skins/default/templates/auth/signin.html @@ -3,6 +3,8 @@ {% load i18n %} {% load extra_tags %} +{% block title %}{% spaceless %}{% trans "Login" %}{% endspaceless %}{% endblock %} + {% block forejs %} {% for provider in all_providers %} @@ -39,7 +41,7 @@ {% if request.user.is_anonymous %}
- {% trans "Take the oppurtunity to validate my email next to the external provider I choose." %} + {% trans "Validate my email after I login." %}
{% endif %}