X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/a5e10695a6fc26e865b88dd62ce7116bf28dbafe..483162a72bfe820b11db05c384c0fc6103d084cf:/forum/skins/default/templates/auth/welcome_email.html 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 %}