mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
layout fixes
This commit is contained in:
parent
9a72ddf823
commit
1772348d36
@ -43,7 +43,7 @@
|
|||||||
<h4>{% trans "Social Accounts" %}</h4>
|
<h4>{% trans "Social Accounts" %}</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='row'>
|
<div>
|
||||||
{% if form.accounts %}
|
{% if form.accounts %}
|
||||||
<p>{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}</p>
|
<p>{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}</p>
|
||||||
|
|
||||||
@ -81,7 +81,9 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<h3>{% trans 'Add a 3rd Party Account' %}</h3>
|
<h3>{% trans 'Add a 3rd Party Account' %}</h3>
|
||||||
{% include "socialaccount/snippets/provider_list.html" with process="connect" %}
|
<ul>
|
||||||
|
{% include "socialaccount/snippets/provider_list.html" with process="connect" %}
|
||||||
|
</ul>
|
||||||
{% include "socialaccount/snippets/login_extra.html" %}
|
{% include "socialaccount/snippets/login_extra.html" %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user