X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/5d21f5d218e4214ca88ab5e89cd1e2ae30e6b0a8..ba9a60ad5002f1d8ea271f030f4ae5f5e898f7c7:/forum/skins/default/templates/auth/welcome_email.html?ds=sidebyside diff --git a/forum/skins/default/templates/auth/welcome_email.html b/forum/skins/default/templates/auth/welcome_email.html index 997ce66..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 %}