Merge pull request #96 from Zash/invite_success_link

Link to main page after successful registration
This commit is contained in:
Jonas Schäfer
2021-08-30 15:47:41 +02:00
committed by GitHub

View File

@@ -15,6 +15,6 @@
{% trans %}Copy address{% endtrans %}
{%- endcall -%}
<p>{% trans %}You can now set up your legacy XMPP client with the above address and the password you chose during registration.{% endtrans %}</p>
<p>{% trans %}You can now safely close this page.{% endtrans %}</p>
<p>{% trans login_url=url_for('main.login') %}You can now safely close this page, or log in to the web portal to <a href="{{ login_url }}">manage your account</a>.{% endtrans %}</p>
</div>
{% endblock %}