From: matt Date: Sat, 8 May 2010 19:10:17 +0000 (+0000) Subject: Fixes for http://jira.osqa.net/browse/OSQA-187 X-Git-Tag: live~949 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/8345d60f4732a62fce1fb260827b58450a47ce0e?ds=sidebyside Fixes for http://jira.osqa.net/browse/OSQA-187 Localizes the pieces of the login page that weren't localized. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@180 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum_modules/localauth/templates/loginform.html b/forum_modules/localauth/templates/loginform.html index 87d9850..e66f340 100644 --- a/forum_modules/localauth/templates/loginform.html +++ b/forum_modules/localauth/templates/loginform.html @@ -1,11 +1,11 @@ {% load i18n %}
-

Enter your local user name and password
(or select your external provider above)

+

{% trans 'Enter your local user name and password' %}
({% trans 'or select your external provider above' %})

- + @@ -13,7 +13,7 @@
- + @@ -21,10 +21,10 @@
- + - Create account | Forgot your password? + {% trans 'Create account' %} | {% trans 'Forgot your password?' %}
diff --git a/forum_modules/openidauth/templates/openidurl.html b/forum_modules/openidauth/templates/openidurl.html index cd4e77d..8659f5a 100644 --- a/forum_modules/openidauth/templates/openidurl.html +++ b/forum_modules/openidauth/templates/openidurl.html @@ -12,7 +12,7 @@ style="width: 500px; background: url('{% media provider.icon %}') no-repeat left center" /> - +