X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/2c3ba81e19fd6d84ab208ad90a48fd81e4780c29..dcacc3b4c2ba2f550806a2d22b183f6fac4f63ff:/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 1adcba2..9ebe7ba 100644 --- a/forum/skins/default/templates/auth/welcome_email.html +++ b/forum/skins/default/templates/auth/welcome_email.html @@ -23,11 +23,11 @@
{% 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:" %}
-{% fullurl auth_validate_email user=recipient.id,code=validation_code %}
+{% fullurl "auth_validate_email" user=recipient.id code=validation_code %}
{% endhtmlcontent %} {% textcontent notifications/base_text.html %} @@ -39,7 +39,7 @@ {% trans "Copy and paste this url into your web browser's address bar to help us verify your email address:" %} -{% fullurl auth_validate_email user=recipient.id,code=validation_code %} +{% fullurl "auth_validate_email" user=recipient.id code=validation_code %} {% endtextcontent %} {% endemail %}