use SSO for signup in template

This commit is contained in:
Matthias 2021-09-02 22:12:18 +02:00
parent 0f08978b8c
commit 5c206fd201
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -18,4 +18,11 @@
<button type="submit" class="btn btn-primary btn-block">{% trans "Sign Up" %}</button>
</form>
<br>
<h4>{% trans 'Or use a SSO-provider for signup' %}</h4>
<div>
{% include "socialaccount/snippets/provider_list.html" with process="login" %}
</div>
{% include "socialaccount/snippets/login_extra.html" %}
{% endblock %}