fixed enable signup parameter for social auth

This commit is contained in:
vabene1111
2021-06-21 12:43:52 +02:00
parent 65245234d8
commit 538e45d20c
4 changed files with 4 additions and 3 deletions

View File

@@ -54,7 +54,7 @@
<h4>{% trans 'Add a 3rd Party Account' %}</h4>
<ul class="socialaccount_providers">
<ul class="socialaccount_providers list-unstyled">
{% include "socialaccount/snippets/provider_list.html" with process="connect" %}
</ul>