diff --git a/snikket_web/templates/invite_success.html b/snikket_web/templates/invite_success.html index 201118b..00cd482 100644 --- a/snikket_web/templates/invite_success.html +++ b/snikket_web/templates/invite_success.html @@ -15,6 +15,6 @@ {% trans %}Copy address{% endtrans %} {%- endcall -%}
{% trans %}You can now set up your legacy XMPP client with the above address and the password you chose during registration.{% endtrans %}
-{% trans %}You can now safely close this page.{% endtrans %}
+{% trans login_url=url_for('main.login') %}You can now safely close this page, or log in to the web portal to manage your account.{% endtrans %}
{% endblock %}