X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/e4f20ba51171ea6dfbf36da14c97add096962296..0dd9b948691b781bbd983347291e41d8959cc7b0:/forum/skins/default/templates/auth/temp_login_email.html diff --git a/forum/skins/default/templates/auth/temp_login_email.html b/forum/skins/default/templates/auth/temp_login_email.html index 32ade89..3c5707f 100644 --- a/forum/skins/default/templates/auth/temp_login_email.html +++ b/forum/skins/default/templates/auth/temp_login_email.html @@ -14,17 +14,17 @@
{% 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:" %}
-{% fullurl auth_tempsignin user=recipient.id,code=temp_login_code %}
+{% fullurl "auth_tempsignin" user=recipient.id code=temp_login_code %}
{% endhtmlcontent %} {% textcontent notifications/base_text.html %} {% blocktrans %}The following url grants you a one time access to your account at {{ app_name }}.{% endblocktrans %} -{% fullurl auth_tempsignin user=recipient.id,code=temp_login_code %} +{% fullurl "auth_tempsignin" user=recipient.id code=temp_login_code %} {% endtextcontent %} {% endemail %}