2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00

use SSO for signup in template

This commit is contained in:
Matthias
2021-09-02 22:12:18 +02:00
parent 0f08978b8c
commit 5c206fd201

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 %}