layout fixes

This commit is contained in:
Matthias 2021-08-31 07:49:38 +02:00
parent 9a72ddf823
commit 1772348d36
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -43,7 +43,7 @@
<h4>{% trans "Social Accounts" %}</h4>
</div>
<div class='row'>
<div>
{% if form.accounts %}
<p>{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}</p>
@ -81,7 +81,9 @@
{% endif %}
<h3>{% trans 'Add a 3rd Party Account' %}</h3>
<ul>
{% include "socialaccount/snippets/provider_list.html" with process="connect" %}
</ul>
{% include "socialaccount/snippets/login_extra.html" %}
</div>