From fe786310398aa6279a3f073393b07098e599cd60 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 27 Aug 2021 13:15:18 +0200 Subject: [PATCH] Link to main page after successful registration Someone who registers via the web might also be interested in the web portal. Thanks to Jonas and Matthew for feedback on draft commit and help with whatever this template syntax is. Also no thanks to git for not actually having draft commits as a concept. Mercurial is so much nicer to work with. --- snikket_web/templates/invite_success.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}