From: matt Date: Mon, 12 Jul 2010 18:51:59 +0000 (+0000) Subject: more OSQA-377 fixes. We had some extra } lying around in the styles X-Git-Tag: live~614 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/8e7eac3f6dd10c8a995584f8e090a7ad92c86c15?ds=sidebyside more OSQA-377 fixes. We had some extra } lying around in the styles git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@520 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/auth/mail_validation.html b/forum/skins/default/templates/auth/mail_validation.html index d73a428..82029d6 100644 --- a/forum/skins/default/templates/auth/mail_validation.html +++ b/forum/skins/default/templates/auth/mail_validation.html @@ -11,11 +11,11 @@ {% subject %}{% blocktrans %}{{ prefix }} Your email validation link {{ app_name }}{% endblocktrans %}{% endsubject %} {% htmlcontent notifications/base.html %} -

{% trans "Please use the following link to help us verify your email address:" %}

+

{% trans "Please use the following link to help us verify your email address:" %}

- {% trans "Validate my email address" %} +

{% trans "Validate my email address" %}

-

{% trans "If the above link is not clickable, copy and paste this url into your web browser's address bar:" %}

+

{% trans "If the above link is not clickable, copy and paste this url into your web browser's address bar:" %}

{% fullurl auth_validate_email user=recipient.id,code=validation_code %}

{% endhtmlcontent %} diff --git a/forum/skins/default/templates/auth/temp_login_email.html b/forum/skins/default/templates/auth/temp_login_email.html index 7972213..32ade89 100644 --- a/forum/skins/default/templates/auth/temp_login_email.html +++ b/forum/skins/default/templates/auth/temp_login_email.html @@ -14,9 +14,9 @@

{% blocktrans %}The following link grants you a one time access to your account at {{ app_name }}.{% endblocktrans %}

- {% trans "Go to your account" %} +

{% trans "Go to your account" %}

-

{% trans "If the above link is not clickable, copy and paste this url into your web browser's address bar:" %}

+

{% trans "If the above link is not clickable, copy and paste this url into your web browser's address bar:" %}

{% fullurl auth_tempsignin user=recipient.id,code=temp_login_code %}

{% endhtmlcontent %} diff --git a/forum/skins/default/templates/auth/welcome_email.html b/forum/skins/default/templates/auth/welcome_email.html index 1755cc0..1adcba2 100644 --- a/forum/skins/default/templates/auth/welcome_email.html +++ b/forum/skins/default/templates/auth/welcome_email.html @@ -12,20 +12,20 @@ {% subject %}{% blocktrans %}{{ prefix }} Welcome to {{ app_name }}{% endblocktrans %}{% endsubject %} {% htmlcontent notifications/base.html %} -

+

{% blocktrans %}Howdy and welcome to {{ app_name }}. We know you're busy, so we'll keep this real simple.{% endblocktrans %},

-

{% trans "Here's your login info (store it in a cool dry place):" %}

+

{% trans "Here's your login info (store it in a cool dry place):" %}

-

{% trans "Username: " %} {{ recipient.username }}
+

{% trans "Username: " %} {{ recipient.username }}
{% trans "Password: As IF we would send your password in cleartext!" %}

-

{% trans "The following link will help us verify your email address:" %}

+

{% trans "The following link will help us verify your email address:" %}

-

{% trans "Validate my email address" %}

+

{% trans "Validate my email address" %}

-

{% trans "If the above link is not clickable, copy and paste this url into your web browser's address bar:" %}

+

{% trans "If the above link is not clickable, copy and paste this url into your web browser's address bar:" %}

{% fullurl auth_validate_email user=recipient.id,code=validation_code %}

{% endhtmlcontent %} diff --git a/forum/skins/default/templates/notifications/feedback.html b/forum/skins/default/templates/notifications/feedback.html index 6387049..45e4f82 100644 --- a/forum/skins/default/templates/notifications/feedback.html +++ b/forum/skins/default/templates/notifications/feedback.html @@ -12,7 +12,7 @@ {% subject %}{% blocktrans %}{{ prefix }} Feedback message from {{ app_name }}{% endblocktrans %}{% endsubject %} {% htmlcontent notifications/base.html %} -

+

{% trans "Sender" %}:{% if name %}{{ name }}{% else %}{% trans "anonymous" %}{% endif %}
{% trans "email" %}: {{ email }}